casaper

ip6tables dump

Dec 6th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. Chain INPUT (policy DROP 0 packets, 0 bytes)
  2. pkts bytes target prot opt in out source destination
  3. 0 0 logdrop all * * ::/0 ::/0 rt type:0
  4. 0 0 ACCEPT all * * ::/0 ::/0 state RELATED,ESTABLISHED
  5. 0 0 ACCEPT 59 * * ::/0 ::/0 length 40
  6. 40 2756 ACCEPT all br0 * ::/0 ::/0
  7. 0 0 ACCEPT all lo * ::/0 ::/0
  8. 0 0 ACCEPT udp * * ::/0 ::/0 udp dpt:546
  9. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 1
  10. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 2
  11. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 3
  12. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 4
  13. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 128
  14. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 129
  15. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 130
  16. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 131
  17. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 132
  18. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 133
  19. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 134
  20. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 135
  21. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 136
  22. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 141
  23. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 142
  24. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 143
  25. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 148
  26. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 149
  27. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 151
  28. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 152
  29. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 153
  30. 0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:8080
  31. 0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:445
  32. 0 0 logdrop all * * ::/0 ::/0
  33.  
  34. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  35. pkts bytes target prot opt in out source destination
  36. 0 0 DROP all * * ::/0 ::/0 rt type:0
  37. 0 0 ACCEPT all br0 br0 ::/0 ::/0
  38. 0 0 DROP all * * ::/0 ::/0 state INVALID
  39. 0 0 monitor all * vlan2 ::/0 ::/0
  40. 0 0 ACCEPT all * * ::/0 ::/0 state RELATED,ESTABLISHED
  41. 0 0 logdrop all vlan2 vlan2 ::/0 ::/0
  42. 0 0 ACCEPT 59 * * ::/0 ::/0 length 40
  43. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 1
  44. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 2
  45. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 3
  46. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 4
  47. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 128
  48. 0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmp type 129
  49. 0 0 wanin all vlan2 * ::/0 ::/0
  50. 0 0 wanout all * vlan2 ::/0 ::/0
  51. 0 0 ACCEPT all br0 * ::/0 ::/0
  52. 0 0 ACCEPT all br0 vlan2 ::/0 ::/0
  53.  
  54. Chain OUTPUT (policy ACCEPT 93 packets, 8606 bytes)
  55. pkts bytes target prot opt in out source destination
  56. 0 0 logdrop all * * ::/0 ::/0 rt type:0
  57.  
  58. Chain logdrop (4 references)
  59. pkts bytes target prot opt in out source destination
  60. 0 0 LOG all * * ::/0 ::/0 state NEW limit: avg 1/sec burst 5 LOG flags 39 level 4 prefix `DROP '
  61. 0 0 DROP all * * ::/0 ::/0
  62.  
  63. Chain logreject (0 references)
  64. pkts bytes target prot opt in out source destination
  65. 0 0 LOG all * * ::/0 ::/0 limit: avg 1/sec burst 5 LOG flags 39 level 4 prefix `REJECT '
  66. 0 0 REJECT tcp * * ::/0 ::/0 reject-with tcp-reset
  67.  
  68. Chain monitor (1 references)
  69. pkts bytes target prot opt in out source destination
  70. 0 0 RETURN tcp * * ::/0 ::/0 WEBMON --max_domains 300 --max_searches 300
  71.  
  72. Chain wanin (1 references)
  73. pkts bytes target prot opt in out source destination
  74.  
  75. Chain wanout (1 references)
  76. pkts bytes target prot opt in out source destination
  77.  
  78. Chain PREROUTING (policy ACCEPT 3725 packets, 407K bytes)
  79. pkts bytes target prot opt in out source destination
  80.  
  81. Chain INPUT (policy ACCEPT 40 packets, 2756 bytes)
  82. pkts bytes target prot opt in out source destination
  83.  
  84. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  85. pkts bytes target prot opt in out source destination
  86.  
  87. Chain OUTPUT (policy ACCEPT 93 packets, 8606 bytes)
  88. pkts bytes target prot opt in out source destination
  89. 1 76 RETURN icmpv6 * vlan2 ::/0 ::/0 ipv6-icmp !type 128
  90.  
  91. Chain POSTROUTING (policy ACCEPT 93 packets, 8606 bytes)
  92. pkts bytes target prot opt in out source destination
Add Comment
Please, Sign In to add comment