|
From: Andy A <and...@ho...> - 2015-04-30 20:14:13
|
Hi. I would like to add some custom NATing configuration in /usr/local/pf/conf/iptables.conf.I had a look, but I am not sure where in the file should I add the following configuration iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADEiptables -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPTiptables -A FORWARD -i eth1 -o eth0 -j ACCEPT Thanks |