Skip to content

Instantly share code, notes, and snippets.

@agrif
Created August 9, 2012 21:43
Show Gist options
  • Save agrif/3308305 to your computer and use it in GitHub Desktop.
Save agrif/3308305 to your computer and use it in GitHub Desktop.
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
15M 3226M ACCEPT all -- any any anywhere anywhere ctstate RELATED,ESTABLISHED
71758 5153K ACCEPT all -- lo any anywhere anywhere
8340 1257K DROP all -- any any anywhere anywhere ctstate INVALID
1732 109K ACCEPT icmp -- any any anywhere anywhere icmp echo-request ctstate NEW
980K 71M UDP udp -- any any anywhere anywhere ctstate NEW
543K 32M TCP tcp -- any any anywhere anywhere tcpflags: FIN,SYN,RST,ACK/SYN ctstate NEW
197K 18M REJECT udp -- any any anywhere anywhere reject-with icmp-port-unreachable
391K 23M REJECT tcp -- any any anywhere anywhere reject-with tcp-reset
30329 971K REJECT all -- any any anywhere anywhere reject-with icmp-proto-unreachable
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
86M 61G ACCEPT all -- any any anywhere anywhere ctstate RELATED,ESTABLISHED
562K 36M fw-interfaces all -- any any anywhere anywhere
465 23836 fw-open all -- any any anywhere anywhere
0 0 REJECT all -- any any anywhere anywhere reject-with icmp-host-unreachable
Chain OUTPUT (policy ACCEPT 2694 packets, 342K bytes)
pkts bytes target prot opt in out source destination
Chain TCP (1 references)
pkts bytes target prot opt in out source destination
47797 2865K ACCEPT tcp -- any any anywhere anywhere tcp dpt:ssh
0 0 ACCEPT tcp -- !ppp0 any anywhere anywhere tcp dpt:domain
208 13092 ACCEPT tcp -- !ppp0 any anywhere anywhere tcp dpt:6600
18 1080 ACCEPT tcp -- !ppp0 any anywhere anywhere tcp dpt:rsync
104K 5488K ACCEPT tcp -- any any anywhere anywhere tcp dpt:8808
Chain UDP (1 references)
pkts bytes target prot opt in out source destination
3147 1132K ACCEPT udp -- !ppp0 any anywhere anywhere udp dpt:bootps
779K 51M ACCEPT udp -- !ppp0 any anywhere anywhere udp dpt:domain
1335 101K ACCEPT udp -- !ppp0 any anywhere anywhere udp dpt:ntp
Chain fw-interfaces (1 references)
pkts bytes target prot opt in out source destination
561K 35M ACCEPT all -- br0 any anywhere anywhere
Chain fw-open (1 references)
pkts bytes target prot opt in out source destination
462 23656 ACCEPT tcp -- any any anywhere anduril tcp dpt:8000
0 0 ACCEPT tcp -- any any anywhere anduril tcp dpt:http
0 0 ACCEPT tcp -- any any anywhere anduril tcp dpt:8000
2 120 ACCEPT tcp -- any any anywhere nara tcp dpt:19970
0 0 ACCEPT udp -- any any anywhere nara udp dpt:19970
0 0 ACCEPT udp -- any any anywhere nara udp dpt:19980
1 60 ACCEPT tcp -- any any anywhere nara tcp dpt:19980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment