ubuntuusers.de

julinox33

Datum:
28. September 2014 20:33
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
root@host:/home/user# iptables -t filter --list
Chain INPUT (policy DROP)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED

Chain FORWARD (policy DROP)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere