Created
November 17, 2019 14:26
-
-
Save yohangdev/5868b93f1e5ca34cd3654d2b777a57b1 to your computer and use it in GitHub Desktop.
My iptables Cheatsheet
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
# bind to 0.0.0.0, block public | |
iptables -A INPUT -p tcp --dport 3306 -i eth0 -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment