Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. -A INPUT -p udp -m state --state NEW -m udp --dport 137 -j ACCEPT
  2. -A INPUT -p udp -m state --state NEW -m udp --dport 138 -j ACCEPT
  3. -A INPUT -p tcp -m state --state NEW -m udp --dport 80 -j ACCEPT
  4. -A INPUT -p tcp -m state --state NEW -m tcp --dport 139 -j ACCEPT
  5. -A INPUT -p tcp -m state --state NEW -m udp --dport 22 -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement