Created
March 6, 2018 11:23
-
-
Save vrutkovs/0aafa0889810a2fa297793f1a6dabd06 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 OS_FIREWALL_ALLOW (1 references) | |
| target prot opt source destination | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:2379 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:2380 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pcsync-https | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pcsync-http | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:senomix02 | |
| ACCEPT udp -- anywhere anywhere state NEW udp dpt:senomix02 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:10250 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https | |
| ACCEPT udp -- anywhere anywhere state NEW udp dpt:4789 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:ndmps:32000 | |
| ACCEPT udp -- anywhere anywhere state NEW udp dpts:30000:32000 | |
| ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:domain /* Allow DNS tcp access */ | |
| ACCEPT udp -- anywhere anywhere state NEW udp dpt:domain /* Allow DNS udp access */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment