All pastes #309375 Raw Edit

Miscellany

public text v1 · immutable
#309375 ·published 2007-01-07 16:31 UTC
rendered paste body
[root@brazzsation etc]# iptables -L OUTPUT
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
DROP       tcp  --  anywhere             anywhere           tcp dpt:http
REJECT     tcp  --  anywhere             anywhere           tcp dpt:irc reject-with icmp-port-unreachable
REJECT     tcp  --  anywhere             anywhere           tcp dpt:http reject-with icmp-port-unreachable
[root@brazzsation etc]#