Advertisement
casaper

ip6tables --list -v

Jan 12th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. root@rw:/tmp/home/root# ip6tables --list -v
  2. Chain INPUT (policy DROP 0 packets, 0 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 0 0 logdrop all any any anywhere anywhere rt type:0
  5. 9 768 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  6. 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
  7. 52 4600 ACCEPT all br0 any anywhere anywhere
  8. 0 0 ACCEPT all lo any anywhere anywhere
  9. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
  10. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
  11. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
  12. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
  13. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
  14. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
  15. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 130
  16. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 131
  17. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 132
  18. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-solicitation
  19. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-advertisement
  20. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-solicitation
  21. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-advertisement
  22. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 141
  23. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 142
  24. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 143
  25. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 148
  26. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 149
  27. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 151
  28. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 152
  29. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 153
  30. 0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:445
  31. 0 0 logdrop all any any anywhere anywhere
  32.  
  33. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  34. pkts bytes target prot opt in out source destination
  35. 0 0 DROP all any any anywhere anywhere rt type:0
  36. 0 0 ACCEPT all br0 br0 anywhere anywhere
  37. 0 0 DROP all any any anywhere anywhere state INVALID
  38. 0 0 monitor all any vlan2 anywhere anywhere
  39. 0 0 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
  40. 0 0 logdrop all vlan2 vlan2 anywhere anywhere
  41. 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
  42. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
  43. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
  44. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
  45. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
  46. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
  47. 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
  48. 0 0 wanin all vlan2 any anywhere anywhere
  49. 0 0 wanout all any vlan2 anywhere anywhere
  50. 0 0 ACCEPT all br0 any anywhere anywhere
  51. 0 0 ACCEPT all br0 vlan2 anywhere anywhere
  52.  
  53. Chain OUTPUT (policy ACCEPT 127 packets, 12294 bytes)
  54. pkts bytes target prot opt in out source destination
  55. 0 0 logdrop all any any anywhere anywhere rt type:0
  56.  
  57. Chain logdrop (4 references)
  58. pkts bytes target prot opt in out source destination
  59. 0 0 LOG all any any anywhere anywhere state NEW limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `DROP '
  60. 0 0 DROP all any any anywhere anywhere
  61.  
  62. Chain logreject (0 references)
  63. pkts bytes target prot opt in out source destination
  64. 0 0 LOG all any any anywhere anywhere limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `REJECT '
  65. 0 0 REJECT tcp any any anywhere anywhere reject-with tcp-reset
  66.  
  67. Chain monitor (1 references)
  68. pkts bytes target prot opt in out source destination
  69. 0 0 RETURN tcp any any anywhere anywhere WEBMON --max_domains 300 --max_searches 300
  70.  
  71. Chain wanin (1 references)
  72. pkts bytes target prot opt in out source destination
  73.  
  74. Chain wanout (1 references)
  75. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement