Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. root@R7000:~# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. ACCEPT 0 -- anywhere anywhere
  5. REJECT 0 -- anywhere anywhere reject-with icmp-port-unreachable
  6. ACCEPT udp -- anywhere anywhere udp dpt:bootpc
  7. ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
  8. ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
  9. logdrop udp -- anywhere anywhere udp dpt:route
  10. logdrop udp -- anywhere anywhere udp dpt:route
  11. ACCEPT udp -- anywhere anywhere udp dpt:route
  12. logdrop icmp -- anywhere anywhere
  13. logdrop igmp -- anywhere anywhere
  14. ACCEPT 0 -- anywhere anywhere state NEW
  15. ACCEPT 0 -- anywhere anywhere state NEW
  16. logdrop 0 -- anywhere anywhere
  17.  
  18. Chain FORWARD (policy ACCEPT)
  19. target prot opt source destination
  20. ACCEPT 0 -- anywhere anywhere
  21. ACCEPT 0 -- anywhere anywhere
  22. DROP 0 -- anywhere anywhere
  23. ACCEPT 0 -- anywhere anywhere
  24. ACCEPT 0 -- anywhere anywhere
  25. lan2wan 0 -- anywhere anywhere
  26. logreject tcp -- anywhere anywhere WEBSTR match content 2
  27. ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
  28. ACCEPT 0 -- anywhere anywhere
  29. logdrop tcp -- anywhere anywhere tcp dpt:1723
  30. logdrop udp -- anywhere anywhere udp dpt:1701
  31. logdrop udp -- anywhere anywhere udp dpt:500
  32. TRIGGER 0 -- anywhere anywhere TRIGGER type:in match:0 relate:0
  33. trigger_out 0 -- anywhere anywhere
  34. ACCEPT 0 -- anywhere anywhere state NEW
  35. logdrop 0 -- anywhere anywhere
  36.  
  37. Chain OUTPUT (policy ACCEPT)
  38. target prot opt source destination
  39.  
  40. Chain advgrp_1 (0 references)
  41. target prot opt source destination
  42.  
  43. Chain advgrp_10 (0 references)
  44. target prot opt source destination
  45.  
  46. Chain advgrp_2 (0 references)
  47. target prot opt source destination
  48.  
  49. Chain advgrp_3 (0 references)
  50. target prot opt source destination
  51.  
  52. Chain advgrp_4 (0 references)
  53. target prot opt source destination
  54.  
  55. Chain advgrp_5 (0 references)
  56. target prot opt source destination
  57.  
  58. Chain advgrp_6 (0 references)
  59. target prot opt source destination
  60.  
  61. Chain advgrp_7 (0 references)
  62. target prot opt source destination
  63.  
  64. Chain advgrp_8 (0 references)
  65. target prot opt source destination
  66.  
  67. Chain advgrp_9 (0 references)
  68. target prot opt source destination
  69.  
  70. Chain grp_1 (1 references)
  71. target prot opt source destination
  72. logdrop 0 -- anywhere anywhere MAC 0C:C4:7A:B8:F8:E9
  73. logdrop 0 -- anywhere anywhere MAC 0C:C4:7A:B8:F8:E9
  74. logdrop 0 -- IPMI anywhere
  75.  
  76. Chain grp_10 (0 references)
  77. target prot opt source destination
  78.  
  79. Chain grp_2 (0 references)
  80. target prot opt source destination
  81.  
  82. Chain grp_3 (0 references)
  83. target prot opt source destination
  84.  
  85. Chain grp_4 (0 references)
  86. target prot opt source destination
  87.  
  88. Chain grp_5 (0 references)
  89. target prot opt source destination
  90.  
  91. Chain grp_6 (0 references)
  92. target prot opt source destination
  93.  
  94. Chain grp_7 (0 references)
  95. target prot opt source destination
  96.  
  97. Chain grp_8 (0 references)
  98. target prot opt source destination
  99.  
  100. Chain grp_9 (0 references)
  101. target prot opt source destination
  102.  
  103. Chain lan2wan (1 references)
  104. target prot opt source destination
  105. grp_1 0 -- anywhere anywhere
  106.  
  107. Chain logaccept (0 references)
  108. target prot opt source destination
  109. ACCEPT 0 -- anywhere anywhere
  110.  
  111. Chain logbrute (0 references)
  112. target prot opt source destination
  113. 0 -- anywhere anywhere recent: SET name: BRUTEFORCE side: source
  114. RETURN 0 -- anywhere anywhere !recent: UPDATE seconds: 60 hit_count: 4 name: BRUTEFORCE side: source
  115. RETURN 0 -- anywhere anywhere limit: avg 1/min burst 1
  116. logdrop 0 -- anywhere anywhere
  117.  
  118. Chain logdrop (13 references)
  119. target prot opt source destination
  120. DROP 0 -- anywhere anywhere
  121.  
  122. Chain logreject (1 references)
  123. target prot opt source destination
  124. REJECT tcp -- anywhere anywhere reject-with tcp-reset
  125.  
  126. Chain trigger_out (1 references)
  127. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement