Created
May 25, 2018 11:51
-
-
Save MartijnBraam/b213b50f6eac42ff02c4fae8e2818ce5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chain INPUT (policy DROP 0 packets, 0 bytes) | |
pkts bytes target prot opt in out source destination | |
174K 90M ACCEPT all any any anywhere anywhere ctstate RELATED,ESTABLISHED | |
8556 684K ACCEPT all lo any anywhere anywhere | |
0 0 DROP all any any anywhere anywhere ctstate INVALID | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:http | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:https | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:ssh | |
6 480 ACCEPT tcp any any anywhere anywhere tcp dpt:smtp | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:imap2 | |
1 72 ACCEPT tcp any any anywhere anywhere tcp dpt:pop3 | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:submission | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:urd | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:imaps | |
0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:pop3s | |
3991 288K ACCEPT ipv6-icmp any any anywhere anywhere | |
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) | |
pkts bytes target prot opt in out source destination | |
Chain OUTPUT (policy ACCEPT 411 packets, 81012 bytes) | |
pkts bytes target prot opt in out source destination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment