Changes to ipfw in 8.1

Sergey G Nasonov snasonov at bcc.ru
Wed Jul 21 13:21:37 UTC 2010


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 natd ip from any to any out via $pif
to 
$cmd 500 divert natd ip4 from any to any out via $pif
accordingly.


-- 
Best Regards,
Nasonov Sergey


More information about the freebsd-stable mailing list