Re: ipfw can't be disabled for IPv56

2008-04-27 Thread Vince
Kevin Oberman wrote: Date: Fri, 25 Apr 2008 16:48:46 -0300 From: "Tobias P. Santos" <[EMAIL PROTECTED]> Kevin Oberman wrote: Running 7-STABLE of April 10, if I disable the firewall ('sysctl net.inet.ip.fw.enable=0'), IPv4 traffic passes, but IPv6 will not. I had to add a "allow ip from any to a

Re: ipfw can't be disabled for IPv56

2008-04-25 Thread Kevin Oberman
> Date: Fri, 25 Apr 2008 16:48:46 -0300 > From: "Tobias P. Santos" <[EMAIL PROTECTED]> > > Kevin Oberman wrote: > > Running 7-STABLE of April 10, if I disable the firewall ('sysctl > > net.inet.ip.fw.enable=0'), IPv4 traffic passes, but IPv6 will not. I had > > to add a "allow ip from any to any"

Re: ipfw can't be disabled for IPv56

2008-04-25 Thread Tobias P. Santos
Kevin Oberman wrote: Running 7-STABLE of April 10, if I disable the firewall ('sysctl net.inet.ip.fw.enable=0'), IPv4 traffic passes, but IPv6 will not. I had to add a "allow ip from any to any" rule to get IPv6 to work pass traffic. (Since I was accessing the system in question via IPv6, this wa

ipfw can't be disabled for IPv56

2008-04-25 Thread Kevin Oberman
Running 7-STABLE of April 10, if I disable the firewall ('sysctl net.inet.ip.fw.enable=0'), IPv4 traffic passes, but IPv6 will not. I had to add a "allow ip from any to any" rule to get IPv6 to work pass traffic. (Since I was accessing the system in question via IPv6, this was a bit annoying!) Am