to reload ipf rules just type: # ipf -FA -f <filename>
Better (I think...) is: # ipf -I -F a -f $ipf_rules_file && ipf -s
to reload ipnat rules: # ipf -y
That syncs interface IP changes etc. To reload the rules, you want: # ipnat -C -f $nat_rules_file -- Carson
