Been working on this for awhile now. Every time I reboot and type
to /etc/rc.conf I've also tried with
in place of firewall_type in /etc/rc.conf. I can manually start my rules by running
The kernel was built with these lines in the conf:
What am I missing here? Please help!
ipfw list it always shows, "65535 deny ip from any to any", and of course all traffic is blocked, even thou I added
Code:
firewall_enable="YES"
firewall_type="/usr/local/etc/ipfw.rules"
Code:
[...]
firewall_script="/usr/local/etc/ipfw.rules"
sh /usr/local/etc/ipfw.rules but I cannot or do not want to have to do this every time. The kernel was built with these lines in the conf:
Code:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT 10
What am I missing here? Please help!