Re: Changes to ipfw in 8.1

2010-07-22 Thread Ian Smith
On Wed, 21 Jul 2010, Spil Oss wrote: > Hi Sergey, > > I'm dumbstruck! > > Switching 'ip' to 'ip4' in both the divert rules fixed my problem. > Personally I think that should go into the UPDATING file as well. I > wouldn't have found it if you hadn't told me! > > Many thanks, > > Spil

Re: Changes to ipfw in 8.1

2010-07-21 Thread Spil Oss
Hi Sergey, I'm dumbstruck! Switching 'ip' to 'ip4' in both the divert rules fixed my problem. Personally I think that should go into the UPDATING file as well. I wouldn't have found it if you hadn't told me! Many thanks, Spil. On Wed, Jul 21, 2010 at 9:08 PM, Spil Oss wrote: > Hi Sergey, > >

Re: Changes to ipfw in 8.1

2010-07-21 Thread Spil Oss
Hi Sergey, Has the change from ip to ip4 solved the problem for you? The documentation states that proto 'ip' is the same as 'all' "Matches any packet." Rule # 60 $cmd 060 skipto 1000 ip6 from any to any will have already skipped to the ipv6 rules block thus proto 'ip' should always match re

Changes to ipfw in 8.1

2010-07-21 Thread Sergey G Nasonov
Hello Spill, I have get the same trouble after updating my 8.0 Stable. I thing you need modify some firewall rules. Please change $cmd 100 divert natd ip from any to any in via $pif # Mangle inbound to $cmd 100 divert natd ip4 from any to any in via $pif # Mangle inbound and $cmd 500 divert n

Changes to ipfw in 8.1

2010-07-21 Thread Spil Oss
Hi, Testing FreeBSD 8.1 I noticed that I seem to have routing or nat or firewall issues. (csupped RELENG_8_1 which was -RELEASE not -RC last night?) - 8.1 booted fine - connections from the system itself were fine - connections from my jails to the internet were not working - connections from my L