Advertisement
Guest User

Picinato

a guest
Mar 29th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target     prot opt source               destination
  3. ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
  4. ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0
  5. ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
  6. ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
  7. REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited
  8.  
  9. Chain FORWARD (policy ACCEPT)
  10. target     prot opt source               destination
  11. REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited
  12.  
  13. Chain OUTPUT (policy ACCEPT)
  14. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement