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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to