I have built a router out of FreeBSD 12. I have unbound, dhcpd, and pf configured. Everything works, except that I have to issue
rc.conf:
pfctl -f /etc/pf.conf
after boot, or pf blocks all traffic. The log file reflects this. After reloading the the rules everything works fine. What would cause this? I feel like I've missed something silly, but darned if I can find it.rc.conf:
Code:
clear_tmp_enable="YES"
syslogd_flags="-ss"
sendmail_enable="NONE"
hostname="shadowfax.mirkwood.local"
ifconfig_igb0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
ntpd_flags="-g"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
pf_enable="YES"
pf_program="/sbin/pfctl"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_file="/var/log/pflog"
gateway_enable="YES"
ifconfig_igb1="inet 10.0.0.1 netmask 255.255.255.0"
unbound_enable="YES"
dhcpd_enable="YES"