Created
December 25, 2015 05:20
-
-
Save shouhei/3101131a62220e913993 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
| # Generated by iptables-save v1.4.7 on Fri Dec 25 05:18:11 2015 | |
| *filter | |
| :INPUT DROP [0:0] | |
| :FORWARD ACCEPT [0:0] | |
| :OUTPUT ACCEPT [31:2264] | |
| -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT | |
| -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP | |
| -A INPUT -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -m state --state NEW -j DROP | |
| -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP | |
| -A INPUT -i lo -j ACCEPT | |
| -A INPUT -p icmp -j ACCEPT | |
| -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT | |
| COMMIT | |
| # Completed on Fri Dec 25 05:18:11 2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment