Guest User

Untitled

a guest
Jan 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # iptables-save
  2. # Generated by iptables-save v1.4.7 on Mon Oct 17 17:12:56 2011
  3. *filter
  4. :INPUT ACCEPT [0:0]
  5. :FORWARD ACCEPT [0:0]
  6. :OUTPUT ACCEPT [2713:216328]
  7. -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
  8. -A INPUT -p icmp -j ACCEPT
  9. -A INPUT -i lo -j ACCEPT
  10. -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
  11. -A INPUT -j REJECT --reject-with icmp-host-prohibited
  12. -A FORWARD -j REJECT --reject-with icmp-host-prohibited
  13. COMMIT
  14. # Completed on Mon Oct 17 17:12:56 2011
Add Comment
Please, Sign In to add comment