Guest User

Untitled

a guest
Oct 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # iptables -L -n -v
  2. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 35 2636 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  5. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
  6. 0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  7. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
  8. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
  9. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
  10.  
  11. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  12. pkts bytes target prot opt in out source destination
  13. 0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
  14.  
  15. Chain OUTPUT (policy ACCEPT 19 packets, 1980 bytes)
  16. pkts bytes target prot opt in out source destination
Add Comment
Please, Sign In to add comment