byghis

openstack-cactus - multinode - error networking 01- Iptables

Oct 20th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. edward@pituba:~/cactus$ sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. nova-compute-INPUT all -- anywhere anywhere
  5. nova-network-INPUT all -- anywhere anywhere
  6. ACCEPT udp -- anywhere anywhere udp dpt:domain
  7. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  8. ACCEPT udp -- anywhere anywhere udp dpt:bootps
  9. ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target prot opt source destination
  13. nova-filter-top all -- anywhere anywhere
  14. nova-compute-FORWARD all -- anywhere anywhere
  15. nova-network-FORWARD all -- anywhere anywhere
  16. ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
  17. ACCEPT all -- 192.168.122.0/24 anywhere
  18. ACCEPT all -- anywhere anywhere
  19. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  20. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  21.  
  22. Chain OUTPUT (policy ACCEPT)
  23. target prot opt source destination
  24. nova-filter-top all -- anywhere anywhere
  25. nova-compute-OUTPUT all -- anywhere anywhere
  26. nova-network-OUTPUT all -- anywhere anywhere
  27.  
  28. Chain nova-compute-FORWARD (1 references)
  29. target prot opt source destination
  30. ACCEPT all -- anywhere anywhere
  31. ACCEPT all -- anywhere anywhere
  32.  
  33. Chain nova-compute-INPUT (1 references)
  34. target prot opt source destination
  35.  
  36. Chain nova-compute-OUTPUT (1 references)
  37. target prot opt source destination
  38.  
  39. Chain nova-compute-inst-238 (1 references)
  40. target prot opt source destination
  41. DROP all -- anywhere anywhere state INVALID
  42. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  43. ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
  44. ACCEPT all -- 10.0.0.0/25 anywhere
  45. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  46. ACCEPT icmp -- anywhere anywhere
  47. nova-compute-sg-fallback all -- anywhere anywhere
  48.  
  49. Chain nova-compute-inst-239 (1 references)
  50. target prot opt source destination
  51. DROP all -- anywhere anywhere state INVALID
  52. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  53. ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
  54. ACCEPT all -- 10.0.0.0/25 anywhere
  55. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  56. ACCEPT icmp -- anywhere anywhere
  57. nova-compute-sg-fallback all -- anywhere anywhere
  58.  
  59. Chain nova-compute-inst-240 (1 references)
  60. target prot opt source destination
  61. DROP all -- anywhere anywhere state INVALID
  62. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  63. ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
  64. ACCEPT all -- 10.0.0.0/25 anywhere
  65. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  66. ACCEPT icmp -- anywhere anywhere
  67. nova-compute-sg-fallback all -- anywhere anywhere
  68.  
  69. Chain nova-compute-local (1 references)
  70. target prot opt source destination
  71. nova-compute-inst-238 all -- anywhere 10.0.0.22
  72. nova-compute-inst-239 all -- anywhere 10.0.0.24
  73. nova-compute-inst-240 all -- anywhere 10.0.0.25
  74.  
  75. Chain nova-compute-sg-fallback (3 references)
  76. target prot opt source destination
  77. DROP all -- anywhere anywhere
  78.  
  79. Chain nova-filter-top (2 references)
  80. target prot opt source destination
  81. nova-compute-local all -- anywhere anywhere
  82. nova-network-local all -- anywhere anywhere
  83.  
  84. Chain nova-network-FORWARD (1 references)
  85. target prot opt source destination
  86. ACCEPT all -- anywhere anywhere
  87. ACCEPT all -- anywhere anywhere
  88.  
  89. Chain nova-network-INPUT (1 references)
  90. target prot opt source destination
  91.  
  92. Chain nova-network-OUTPUT (1 references)
  93. target prot opt source destination
  94.  
  95. Chain nova-network-local (1 references)
  96. target prot opt source destination
  97. edward@pituba:~/cactus$
  98.  
  99.  
  100. =====
  101.  
  102.  
  103.  
  104. edward@jaku:~$ sudo iptables -L
  105. Chain INPUT (policy ACCEPT)
  106. target prot opt source destination
  107. nova-compute-INPUT all -- anywhere anywhere
  108. nova-network-INPUT all -- anywhere anywhere
  109. ACCEPT udp -- anywhere anywhere udp dpt:domain
  110. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  111. ACCEPT udp -- anywhere anywhere udp dpt:bootps
  112. ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
  113.  
  114. Chain FORWARD (policy ACCEPT)
  115. target prot opt source destination
  116. nova-filter-top all -- anywhere anywhere
  117. nova-compute-FORWARD all -- anywhere anywhere
  118. nova-network-FORWARD all -- anywhere anywhere
  119. ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
  120. ACCEPT all -- 192.168.122.0/24 anywhere
  121. ACCEPT all -- anywhere anywhere
  122. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  123. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  124.  
  125. Chain OUTPUT (policy ACCEPT)
  126. target prot opt source destination
  127. nova-filter-top all -- anywhere anywhere
  128. nova-compute-OUTPUT all -- anywhere anywhere
  129. nova-network-OUTPUT all -- anywhere anywhere
  130.  
  131. Chain nova-compute-FORWARD (1 references)
  132. target prot opt source destination
  133. ACCEPT all -- anywhere anywhere
  134. ACCEPT all -- anywhere anywhere
  135.  
  136. Chain nova-compute-INPUT (1 references)
  137. target prot opt source destination
  138.  
  139. Chain nova-compute-OUTPUT (1 references)
  140. target prot opt source destination
  141.  
  142. Chain nova-compute-inst-241 (1 references)
  143. target prot opt source destination
  144. DROP all -- anywhere anywhere state INVALID
  145. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  146. ACCEPT udp -- 10.0.0.1 anywhere udp spt:bootps dpt:bootpc
  147. ACCEPT all -- 10.0.0.0/25 anywhere
  148. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  149. ACCEPT icmp -- anywhere anywhere
  150. nova-compute-sg-fallback all -- anywhere anywhere
  151.  
  152. Chain nova-compute-local (1 references)
  153. target prot opt source destination
  154. nova-compute-inst-241 all -- anywhere 10.0.0.26
  155.  
  156. Chain nova-compute-sg-fallback (1 references)
  157. target prot opt source destination
  158. DROP all -- anywhere anywhere
  159.  
  160. Chain nova-filter-top (2 references)
  161. target prot opt source destination
  162. nova-compute-local all -- anywhere anywhere
  163. nova-network-local all -- anywhere anywhere
  164.  
  165. Chain nova-network-FORWARD (1 references)
  166. target prot opt source destination
  167.  
  168. Chain nova-network-INPUT (1 references)
  169. target prot opt source destination
  170.  
  171. Chain nova-network-OUTPUT (1 references)
  172. target prot opt source destination
  173.  
  174. Chain nova-network-local (1 references)
  175. target prot opt source destination
  176. edward@jaku:~$
  177.  
  178.  
  179.  
Advertisement
Add Comment
Please, Sign In to add comment