Guest User

Untitled

a guest
Nov 29th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. root@ubuntu:/var/log/nova# iptables -L -n
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. nova-compute-INPUT all -- 0.0.0.0/0 0.0.0.0/0
  5. nova-network-INPUT all -- 0.0.0.0/0 0.0.0.0/0
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9. nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0
  10. nova-compute-FORWARD all -- 0.0.0.0/0 0.0.0.0/0
  11. nova-network-FORWARD all -- 0.0.0.0/0 0.0.0.0/0
  12.  
  13. Chain OUTPUT (policy ACCEPT)
  14. target prot opt source destination
  15. nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0
  16. nova-compute-OUTPUT all -- 0.0.0.0/0 0.0.0.0/0
  17. nova-network-OUTPUT all -- 0.0.0.0/0 0.0.0.0/0
  18.  
  19. Chain nova-compute-FORWARD (1 references)
  20. target prot opt source destination
  21. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  22. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  23.  
  24. Chain nova-compute-INPUT (1 references)
  25. target prot opt source destination
  26.  
  27. Chain nova-compute-OUTPUT (1 references)
  28. target prot opt source destination
  29.  
  30. Chain nova-compute-inst-4 (1 references)
  31. target prot opt source destination
  32. DROP all -- 0.0.0.0/0 0.0.0.0/0 state INVALID
  33. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  34. nova-compute-provider all -- 0.0.0.0/0 0.0.0.0/0
  35. ACCEPT udp -- 10.0.0.1 0.0.0.0/0 udp spt:67 dpt:68
  36. ACCEPT all -- 10.0.0.0/28 0.0.0.0/0
  37. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  38. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  39. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
  40. nova-compute-sg-fallback all -- 0.0.0.0/0 0.0.0.0/0
  41.  
  42. Chain nova-compute-inst-5 (1 references)
  43. target prot opt source destination
  44. DROP all -- 0.0.0.0/0 0.0.0.0/0 state INVALID
  45. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  46. nova-compute-provider all -- 0.0.0.0/0 0.0.0.0/0
  47. ACCEPT udp -- 10.0.0.1 0.0.0.0/0 udp spt:67 dpt:68
  48. ACCEPT all -- 10.0.0.0/28 0.0.0.0/0
  49. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  50. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  51. ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
  52. nova-compute-sg-fallback all -- 0.0.0.0/0 0.0.0.0/0
  53.  
  54. Chain nova-compute-local (1 references)
  55. target prot opt source destination
  56. nova-compute-inst-5 all -- 0.0.0.0/0 10.0.0.3
  57. nova-compute-inst-4 all -- 0.0.0.0/0 10.0.0.4
  58.  
  59. Chain nova-compute-provider (2 references)
  60. target prot opt source destination
  61.  
  62. Chain nova-compute-sg-fallback (2 references)
  63. target prot opt source destination
  64. DROP all -- 0.0.0.0/0 0.0.0.0/0
  65.  
  66. Chain nova-filter-top (2 references)
  67. target prot opt source destination
  68. nova-compute-local all -- 0.0.0.0/0 0.0.0.0/0
  69. nova-network-local all -- 0.0.0.0/0 0.0.0.0/0
  70.  
  71. Chain nova-network-FORWARD (1 references)
  72. target prot opt source destination
  73. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  74. ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
  75.  
  76. Chain nova-network-INPUT (1 references)
  77. target prot opt source destination
  78.  
  79. Chain nova-network-OUTPUT (1 references)
  80. target prot opt source destination
  81.  
  82. Chain nova-network-local (1 references)
  83. target prot opt source destination
  84.  
Advertisement
Add Comment
Please, Sign In to add comment