Last active
January 19, 2018 17:25
-
-
Save goddoe/8315f706ef68fa3e92bbeebe0881e17d to your computer and use it in GitHub Desktop.
check open ports, firewall, port-forwardings
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
| sudo ufw status |
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
| netstat -ntlp |
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
| sudo iptables -L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment