[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: iptables



Hi, ich habe jetzt meine iptables eingerichtet aber nix geht :) komme
via ssh nicht mehr drauf und http (port 80) geht auch net mehr :( wo ist
da mein fehler?

# iptables --list
Chain INPUT (policy DROP)
target     prot opt source               destination        
ACCEPT     tcp  --  anywhere             foo.tdl.de tcp dpt:ssh state NEW
ACCEPT     tcp  --  anywhere             foo.tdl.de tcp dpt:www state NEW

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination        
ACCEPT     tcp  --  anywhere             anywhere            tcp
flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5
ACCEPT     tcp  --  anywhere             anywhere            tcp
flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5
ACCEPT     icmp --  anywhere             anywhere            icmp
echo-request limit: avg 1/sec burst 5
LOG        all  --  anywhere             anywhere            limit: avg
3/hour burst 5 LOG level warning

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination   


iptables -A INPUT -p tcp --dport 80 -d xxx.xxx.xxx.xxx -m state --state
NEW -j ACCEPT    

mfg

Jan



Reply to: