FreeBSD IPFW - Coupla Q's
Howdy,I have two questions:
Here is an example line from my rc.firewall:
${ipfw} add pass tcp from ${pp0} to any 20,21,25,43,80,110,131,143,194,465 setup
51000-51994
Secondly, how can I reload the firewall rules without rebooting the box?
Do I need to make a copy of rc.firewall, make it executable, and run it?
Thanking you all.