ipfw not functioning as the manpage on FreeBSD10
bycn82 at gmail.com
bycn82 at gmail.com
Fri Apr 11 14:15:48 UTC 2014
Thanks for your reply,It is difficult to list down all the settings things on my BSD, but an simple test can show us it was wrong on this machine and it is abnormal .I have two lines in the firewall as below:1. count all from any to any MAC any any in via em12. count all from any to any MAC any any recv em1the testing result is , counter for line2 is changing ,while for line1 is always 0. It is not correct according to the man page!Can someone to have a try if you are also using FreeBSD10, I have another machine which is working with FB8.1 ,it behaves correctly.
Thanks for your time, From: Jan BramkampDate: 2014-04-11 21:26To: bycn82 at gmail.comSubject: Re: ipfw not functioning as the manpage on FreeBSD10On 11.04.2014 03:14, bycn82 at gmail.com wrote:
> ipfw add allow all from any to any layer2 in via em0
It does work if ipfw is available in your kernel. If you use a GENERIC
load the correct kernel modules (ipfw.ko and ipfw_nat.ko). Loading ipfw
will activate a deny all default ruleset.
More information about the freebsd-ipfw
mailing list