Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. # iptables -L -nv
  2. Chain INPUT (policy ACCEPT 703K packets, 308M bytes)
  3. pkts bytes target prot opt in out source destination
  4. 141 5707 REJECT all -- eth0 * 0.0.0.0/0 0.0.0.0/0 state INVALID,NEW reject-with icmp-port-unreachable
  5. 1281 77092 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10064
  6. 1 44 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 reject-with icmp-port-unreachable
  7. 1 44 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  8. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  9. 0 0 ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
  10. 0 0 ACCEPT tcp -- eth1 * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
  11. 136 34196 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  12. 0 0 REJECT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp dpts:1024:10000 reject-with icmp-port-unreachable
  13. 0 0 REJECT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 udp dpts:1024:10000 reject-with icmp-port-unreachable
  14. 5 641 ACCEPT udp -- * * 200.11.248.12 0.0.0.0/0 udp spt:53
  15. 312 44437 ACCEPT udp -- * * 200.44.32.12 0.0.0.0/0 udp spt:53
  16.  
  17. Chain FORWARD (policy ACCEPT 4799 packets, 514K bytes)
  18. pkts bytes target prot opt in out source destination
  19. 0 0 REJECT all -- eth0 * 0.0.0.0/0 0.0.0.0/0 state INVALID,NEW reject-with icmp-port-unreachable
  20. 581 124K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  21. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:80
  22. 0 0 ACCEPT tcp -- eth0 * 10.10.1.0/24 0.0.0.0/0 tcp dpt:80
  23. 0 0 ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  24. 0 0 ACCEPT tcp -- eth1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  25.  
  26. Chain OUTPUT (policy ACCEPT 637K packets, 204M bytes)
  27. pkts bytes target prot opt in out source destination
  28. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
  29. 1 40 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:5222
  30. 129 33636 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
  31. 327 21395 ACCEPT udp -- * * 0.0.0.0/0 200.44.32.12 udp dpt:53
  32. 15 994 ACCEPT udp -- * * 0.0.0.0/0 200.11.248.12 udp dpt:53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement