Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. root@router-rst:~# iptables -L -v
  2. Chain INPUT (policy DROP 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 884 71629 DROP all -- any any anywhere anywhere state INVALID
  5. 791K 87M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  6. 0 0 DROP tcp -- any any anywhere anywhere tcp option=!2 flags:SYN/SYN
  7. 51088 3832K input_rule all -- any any anywhere anywhere
  8. 38465 3075K LAN_ACCEPT all -- any any anywhere anywhere
  9. 0 0 ACCEPT icmp -- any any anywhere anywhere
  10. 0 0 ACCEPT gre -- any any anywhere anywhere
  11. 0 0 REJECT tcp -- any any anywhere anywhere reject-with tcp-reset
  12. 0 0 REJECT all -- any any anywhere anywhere reject-with icmp-port-unreachable
  13.  
  14. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  15. pkts bytes target prot opt in out source destination
  16. 0 0 DROP all -- any any anywhere anywhere state INVALID
  17. 84200 4026K TCPMSS tcp -- any any anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
  18. 3854K 3047M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  19. 90614 5480K forwarding_rule all -- any any anywhere anywhere
  20. 0 0 ACCEPT all -- br0 br0 anywhere anywhere
  21. 41534 2133K ACCEPT all -- br0 vlan1 anywhere anywhere
  22. 18004 1299K ACCEPT all -- tun0 any anywhere anywhere
  23. 26684 1721K ACCEPT all -- br0 tun0 anywhere anywhere
  24. 0 0 ACCEPT all -- br0 tun0 anywhere anywhere
  25.  
  26. Chain LAN_ACCEPT (1 references)
  27. pkts bytes target prot opt in out source destination
  28. 0 0 RETURN all -- vlan1 any anywhere anywhere
  29. 38465 3075K ACCEPT all -- any any anywhere anywhere
  30.  
  31. Chain OUTPUT (policy DROP 0 packets, 0 bytes)
  32. pkts bytes target prot opt in out source destination
  33. 0 0 DROP all -- any any anywhere anywhere state INVALID
  34. 809K 82M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
  35. 19317 1170K output_rule all -- any any anywhere anywhere
  36. 19317 1170K ACCEPT all -- any any anywhere anywhere
  37. 0 0 REJECT tcp -- any any anywhere anywhere reject-with tcp-reset
  38. 0 0 REJECT all -- any any anywhere anywhere reject-with icmp-port-unreachable
  39.  
  40. Chain forward_vlan1 (1 references)
  41. pkts bytes target prot opt in out source destination
  42.  
  43. Chain forwarding_rule (1 references)
  44. pkts bytes target prot opt in out source destination
  45. 4392 327K ACCEPT all -- vlan1 any anywhere 172.20.6.2
  46. 0 0 forward_vlan1 all -- vlan1 any anywhere anywhere
  47.  
  48. Chain input_rule (1 references)
  49. pkts bytes target prot opt in out source destination
  50. 12623 757K ACCEPT tcp -- vlan1 any anywhere anywhere tcp dpt:22
  51. 0 0 input_vlan1 all -- vlan1 any anywhere anywhere
  52.  
  53. Chain input_vlan1 (1 references)
  54. pkts bytes target prot opt in out source destination
  55.  
  56. Chain output_rule (1 references)
  57. pkts bytes target prot opt in out source destination
  58. root@router-rst:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement