Advertisement
casaper

ip6tables -L

Jan 23rd, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.22 KB | None | 0 0
  1. @RT-AC66U-F080:/tmp/home/root$ ip6tables -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination
  4. DROP       all      anywhere             anywhere           rt type:0
  5. ACCEPT     all      anywhere             anywhere           state RELATED,ESTABLISHED
  6. ACCEPT     all      anywhere             anywhere           state NEW
  7. ACCEPT     all      anywhere             anywhere           state NEW
  8. ACCEPT     ipv6-nonxt    anywhere             anywhere           length 40
  9. ACCEPT     all      anywhere             anywhere
  10. ACCEPT     all      anywhere             anywhere
  11. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp destination-unreachable
  12. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp packet-too-big
  13. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp time-exceeded
  14. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp parameter-problem
  15. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp echo-request
  16. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp echo-reply
  17. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 130
  18. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 131
  19. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 132
  20. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp router-solicitation
  21. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp router-advertisement
  22. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp neighbour-solicitation
  23. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp neighbour-advertisement
  24. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 141
  25. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 142
  26. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 143
  27. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 148
  28. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 149
  29. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 151
  30. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 152
  31. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp type 153
  32. DROP       all      anywhere             anywhere
  33.  
  34. Chain FORWARD (policy ACCEPT)
  35. target     prot opt source               destination
  36. DROP       all      anywhere             anywhere           rt type:0
  37. DROP       all      anywhere             anywhere
  38. DROP       all      anywhere             anywhere           state INVALID
  39. ACCEPT     all      anywhere             anywhere
  40. ACCEPT     ipv6-nonxt    anywhere             anywhere           length 40
  41. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp destination-unreachable
  42. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp packet-too-big
  43. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp time-exceeded
  44. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp parameter-problem
  45. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp echo-request
  46. ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp echo-reply
  47.  
  48. Chain OUTPUT (policy ACCEPT)
  49. target     prot opt source               destination
  50. DROP       all      anywhere             anywhere           rt type:0
  51.  
  52. Chain PControls (0 references)
  53. target     prot opt source               destination
  54. ACCEPT     all      anywhere             anywhere
  55.  
  56. Chain logaccept (0 references)
  57. target     prot opt source               destination
  58. LOG        all      anywhere             anywhere           state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `ACCEPT '
  59. ACCEPT     all      anywhere             anywhere
  60.  
  61. Chain logdrop (0 references)
  62. target     prot opt source               destination
  63. LOG        all      anywhere             anywhere           state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `DROP '
  64. DROP       all      anywhere             anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement