Forward Firewall: removed NAT table and txt file.

This commit is contained in:
Alexander Marx
2013-06-26 13:30:30 +02:00
committed by Michael Tremer
parent 4f3bd0ca20
commit c12392c0ef
4 changed files with 43 additions and 141 deletions

View File

@@ -161,10 +161,6 @@ iptables_init() {
/sbin/iptables -N FORWARDFW
/sbin/iptables -A FORWARD -j FORWARDFW
# PORTFWACCESS chain, used for portforwarding
/sbin/iptables -N PORTFWACCESS
/sbin/iptables -A FORWARD -m state --state NEW -j PORTFWACCESS
# OPenSSL
/sbin/iptables -N OPENSSLPHYSICAL
/sbin/iptables -A INPUT -j OPENSSLPHYSICAL