Hello everyone.
I'm fiddling a bit about with IPFW on FreeBSD 9.2. In essence, I'd like it not to load prefering PF instead. As I'm pretty new to BSD I've currently come to the understanding that if /etc/defaults/rc.conf contains
and /etc/rc.conf does not contain
IPFW should not load at all.
Infact, my rc.conf only contains
The remaining lines have been commented out with #
Despite this, at startup the machine will list a ipfw0 device when going through the network cards. If ipfw is queried using
in the /etc/rc.conf and reboot the machine. This is a fairly new installation and to be honest, I didn't get the ipfw0 device till I, at one point, enabled it in rc.conf.
Now it just doesn't want to stay down.
Please help. I have no clue why I can't control the loading of IPFW.
Filson.
I'm fiddling a bit about with IPFW on FreeBSD 9.2. In essence, I'd like it not to load prefering PF instead. As I'm pretty new to BSD I've currently come to the understanding that if /etc/defaults/rc.conf contains
Code:
firewall_enable="NO"
Code:
firewall_enable="YES"
Infact, my rc.conf only contains
Code:
hostname="BSD"
keymap="uk.dvorak.kbd"
powered_enable="YES"
dumpdev="NO"
zfs_enable="YES"
The remaining lines have been commented out with #
Despite this, at startup the machine will list a ipfw0 device when going through the network cards. If ipfw is queried using
ipfw list it'll respond with 65535 deny ip from any to any. Even if i add
Code:
firewall_enable="NO"
Now it just doesn't want to stay down.
Please help. I have no clue why I can't control the loading of IPFW.
Filson.