Skip to content

Instantly share code, notes, and snippets.

@Palantir555
Created April 13, 2016 01:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Palantir555/93037a733c083c0d275359be03e129b2 to your computer and use it in GitHub Desktop.
Save Palantir555/93037a733c083c0d275359be03e129b2 to your computer and use it in GitHub Desktop.
# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
INPUT_SERVICE_ACL all -- anywhere anywhere
INPUT_URLFLT all -- anywhere anywhere
INPUT_SERVICE all -- anywhere anywhere
INPUT_FIREWALL all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
FWD_IPFLT all -- anywhere anywhere
FWD_APPFLT all -- anywhere anywhere
FWD_URLFLT all -- anywhere anywhere
FWD_SERVICE all -- anywhere anywhere
FWD_FIREWALL all -- anywhere anywhere
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain FWD_APPFLT (1 references)
target prot opt source destination
Chain FWD_FIREWALL (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- 192.168.239.0/24 anywhere
Chain FWD_IPFLT (1 references)
target prot opt source destination
Chain FWD_SERVICE (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
Chain FWD_URLFLT (1 references)
target prot opt source destination
Chain INPUT_FIREWALL (1 references)
target prot opt source destination
Chain INPUT_SERVICE (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
Chain INPUT_SERVICE_ACL (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:7547
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT icmp -- anywhere anywhere
DROP tcp -- anywhere anywhere multiport dports ftp,www,ssh,telnet,7547,https
DROP icmp -- anywhere anywhere
Chain INPUT_URLFLT (1 references)
target prot opt source destination
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment