Advertisement
ftsuka

listagem temporaria iptables 2

Jul 30th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. root@firewall:~# iptables -L -n -v
  2. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 18 1368 ACCEPT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 udp spt:123
  5. 4 304 ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:123
  6. 20 2914 ACCEPT icmp -- eth1 * 0.0.0.0/0 0.0.0.0/0
  7. 76 8133 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  8. 4283 256K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  9. 3 984 ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  10. 78 4997 ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  11. 198 100K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:53
  12. 487 60038 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  13.  
  14. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  15. pkts bytes target prot opt in out source destination
  16. 27 2052 ACCEPT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 udp spt:123
  17. 28 2128 ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:123
  18. 153 81548 ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp spt:443
  19. 166 20496 ACCEPT tcp -- eth1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  20. 276 330K ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp spt:80
  21. 261 20990 ACCEPT tcp -- eth1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  22. 2 176 ACCEPT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 udp spt:53
  23. 2 112 ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  24. 8 672 ACCEPT icmp -- * eth1 0.0.0.0/0 0.0.0.0/0
  25. 4 336 ACCEPT icmp -- eth1 * 0.0.0.0/0 0.0.0.0/0
  26. 297 21650 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  27.  
  28. Chain OUTPUT (policy ACCEPT 38 packets, 5699 bytes)
  29. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement