diff options
Diffstat (limited to 'iptables/iptables.conf')
-rw-r--r-- | iptables/iptables.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/iptables/iptables.conf b/iptables/iptables.conf new file mode 100644 index 0000000..ecdf4b9 --- /dev/null +++ b/iptables/iptables.conf @@ -0,0 +1,14 @@ +INTERFACES="eth0 eth1 ppp0" + +ICMP=1 + +eth0_FORWARD=1 +eth0_KERN_FORWARD=1 +eth1_KERN_FORWARD=1 +ppp0_FORWARD=1 +ppp0_KERN_FORWARD=1 +ppp0_POSTROUTING=1 + +eth0_TCP_PORTS="22" +eth0_UDP_PORTS="53 67" +ppp0_TCP_PORTS="22" |