Re: ipfw parsing bug

2003-08-28 Thread Petri Helenius
Maxim Konovalov wrote: On Thu, 28 Aug 2003, 23:01+0300, Petri Helenius wrote: ipfw seems to have developed a bug lately on 5-CURRENT; # ipfw add 2042 allow tcp from 0.0.0.0/0 to me 42 02042 allow tcp from me to me dst-port 42 It used to work that 0.0.0.0/0 was "any" instead of "me". Last I che

Re: ipfw parsing bug

2003-08-28 Thread Maxim Konovalov
On Thu, 28 Aug 2003, 23:01+0300, Petri Helenius wrote: > > ipfw seems to have developed a bug lately on 5-CURRENT; > # ipfw add 2042 allow tcp from 0.0.0.0/0 to me > 42 > 02042 allow tcp from me to me dst-port 42 > > It used to work that 0.0.0.0/0 was "any" instead of "me". Last I checked > the no

ipfw parsing bug

2003-08-28 Thread Petri Helenius
ipfw seems to have developed a bug lately on 5-CURRENT; # ipfw add 2042 allow tcp from 0.0.0.0/0 to me 42 02042 allow tcp from me to me dst-port 42 It used to work that 0.0.0.0/0 was "any" instead of "me". Last I checked the notation is also widely used in netwo

Re: subnetting C class into /26 /25 /26, why can this be done?

2003-08-28 Thread Daniel C. Sobral
Olivier Nicole wrote: Christoffer Pio wrote: Is it not possible to subnet a C class into 3 nets, like 0-63 64-191 <-- Offending network (?) 192-255 If so, why is this? I think you got explanations on the why. Now it should still be possible to subnet the way you want I think. While I would n

Re: Gif IPTunnel networkA-to-networkB not work

2003-08-28 Thread hilman firmansyah
Hi, I found the problem in : sysctl -w net.inet.ip.forwarding=1 After i fix the problem the routes works fine. But then I know the VPN solutions is not the answer for the questions since lately I know that in real fact the 2 networks I try to connected is a Collide network ! The clients in A si

Re: subnetting C class into /26 /25 /26, why can this be done?

2003-08-28 Thread Olivier Nicole
Christoffer Pio wrote: > Is it not possible to subnet a C class into 3 nets, like > > 0-63 > 64-191 <-- Offending network (?) > 192-255 > > If so, why is this? I think you got explanations on the why. Now it should still be possible to subnet the way you want I think. While I would never recom