http://www.iptablesrocks.org
Nun mein Problem und ich hoffe jemand von euch kann mir helfen.
Wenn ich das firewall_reset script
Code: Alles auswählen
# Iptables firewall reset script
*filter
:INPUT ACCEPT [164:15203]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [147:63028]
COMMIT
*mangle
:PREROUTING ACCEPT [164:15203]
:INPUT ACCEPT [164:15203]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [147:63028]
:POSTROUTING ACCEPT [147:63028]
COMMIT
*nat
:PREROUTING ACCEPT [14:672]
:POSTROUTING ACCEPT [9:684]
:OUTPUT ACCEPT [9:684]
COMMIT
Code: Alles auswählen
iptables-restore < /root/firewall_reset
kommt diese Fehlermeldung
iptables-restore: line 2 failed
ich habe schon mit modprobe iptables_filter
probiert aber nützt nichts.
Kann mir jemand helfen??
mfg
[/code]