root@webserver [~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
acctboth all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
acctboth all -- anywhere anywhere
Chain acctboth (2 references)
target prot opt source destination
tcp -- webserver.centbomber.de anywhere tcp dpt:http
tcp -- anywhere webserver.centbomber.de tcp spt:http
tcp -- webserver.centbomber.de anywhere tcp dpt:smtp
tcp -- anywhere webserver.centbomber.de tcp spt:smtp
tcp -- webserver.centbomber.de anywhere tcp dpt

op3
tcp -- anywhere webserver.centbomber.de tcp spt

op3
icmp -- webserver.centbomber.de anywhere
icmp -- anywhere webserver.centbomber.de
tcp -- webserver.centbomber.de anywhere
tcp -- anywhere webserver.centbomber.de
udp -- webserver.centbomber.de anywhere
udp -- anywhere webserver.centbomber.de
all -- webserver.centbomber.de anywhere
all -- anywhere webserver.centbomber.de
all -- anywhere anywhere
root@webserver [~]#