Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. iptables -t filter -A INPUT -p tcp --sport 3306 -j ACCEPT
  2. iptables -t filter -A OUTPUT -p tcp --dport 3306 -j ACCEPT
  3.  
  4. iptables -t filter -A OUTPUT -p tcp --dport 3306 -j ACCEPT
  5. iptables -t filter -A INPUT -p tcp --sport 3306 -m state --state ESTABLISHED -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement