ShapeShifter499

iptables -nvL

Jun 7th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. lance@lance-AcerOne:~$ sudo iptables -nvL
  2. [sudo] password for lance:
  3. Chain INPUT (policy DROP 621 packets, 56582 bytes)
  4. pkts bytes target prot opt in out source destination
  5. 6638 3786K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  6. 222 13368 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 tcp dpt:80
  8. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  9. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
  10. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587
  11. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110
  12. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995
  13. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
  14. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993
  15. 7 340 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  16. 1 84 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
  17.  
  18. Chain FORWARD (policy DROP 922 packets, 59205 bytes)
  19. pkts bytes target prot opt in out source destination
  20. 0 0 ACCEPT all -- eth0 wlan0 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  21. 0 0 ACCEPT all -- wlan0 eth0 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  22. 0 0 ACCEPT all -- eth0 dns+ 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  23. 0 0 ACCEPT all -- dns+ eth0 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  24.  
  25. Chain OUTPUT (policy ACCEPT 7745 packets, 6266K bytes)
  26. pkts bytes target prot opt in out source destination
  27. lance@lance-AcerOne:~$
Advertisement
Add Comment
Please, Sign In to add comment