Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -s 1.1.1.1 -j ACCEPT
  2.  
  3. -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -s 1.1.1.1 -j ACCEPT
  4. -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j DROP
  5.  
  6. -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 ! -s 1.1.1.1 -j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement