Advertisement
Fale

iptables -L

Nov 1st, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. [root@rs1 ~(keystone_admin)]# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. neutron-openvswi-INPUT all -- anywhere anywhere
  5. nova-api-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. neutron-filter-top all -- anywhere anywhere
  14. neutron-openvswi-FORWARD all -- anywhere anywhere
  15. nova-filter-top all -- anywhere anywhere
  16. nova-api-FORWARD all -- anywhere anywhere
  17. ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
  18. ACCEPT all -- 192.168.122.0/24 anywhere
  19. ACCEPT all -- anywhere anywhere
  20. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  21. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  22.  
  23. Chain OUTPUT (policy ACCEPT)
  24. target prot opt source destination
  25. neutron-filter-top all -- anywhere anywhere
  26. neutron-openvswi-OUTPUT all -- anywhere anywhere
  27. nova-filter-top all -- anywhere anywhere
  28. nova-api-OUTPUT all -- anywhere anywhere
  29.  
  30. Chain neutron-filter-top (2 references)
  31. target prot opt source destination
  32. neutron-openvswi-local all -- anywhere anywhere
  33.  
  34. Chain neutron-openvswi-FORWARD (1 references)
  35. target prot opt source destination
  36. neutron-openvswi-sg-chain all -- anywhere anywhere PHYSDEV match --physdev-out tapbeb22867-30 --physdev-is-bridged
  37. neutron-openvswi-sg-chain all -- anywhere anywhere PHYSDEV match --physdev-in tapbeb22867-30 --physdev-is-bridged
  38.  
  39. Chain neutron-openvswi-INPUT (1 references)
  40. target prot opt source destination
  41. neutron-openvswi-obeb22867-3 all -- anywhere anywhere PHYSDEV match --physdev-in tapbeb22867-30 --physdev-is-bridged
  42.  
  43. Chain neutron-openvswi-OUTPUT (1 references)
  44. target prot opt source destination
  45.  
  46. Chain neutron-openvswi-ibeb22867-3 (1 references)
  47. target prot opt source destination
  48. DROP all -- anywhere anywhere state INVALID
  49. RETURN all -- anywhere anywhere state RELATED,ESTABLISHED
  50. RETURN tcp -- anywhere anywhere tcp dpt:ssh
  51. RETURN icmp -- anywhere anywhere
  52. RETURN udp -- 10.0.0.3 anywhere udp spt:bootps dpt:bootpc
  53. neutron-openvswi-sg-fallback all -- anywhere anywhere
  54.  
  55. Chain neutron-openvswi-local (1 references)
  56. target prot opt source destination
  57.  
  58. Chain neutron-openvswi-obeb22867-3 (2 references)
  59. target prot opt source destination
  60. RETURN udp -- anywhere anywhere udp spt:bootpc dpt:bootps
  61. neutron-openvswi-sbeb22867-3 all -- anywhere anywhere
  62. DROP udp -- anywhere anywhere udp spt:bootps dpt:bootpc
  63. DROP all -- anywhere anywhere state INVALID
  64. RETURN all -- anywhere anywhere state RELATED,ESTABLISHED
  65. RETURN all -- anywhere anywhere
  66. neutron-openvswi-sg-fallback all -- anywhere anywhere
  67.  
  68. Chain neutron-openvswi-sbeb22867-3 (1 references)
  69. target prot opt source destination
  70. RETURN all -- 10.0.0.2 anywhere MAC FA:16:3E:9E:C6:CD
  71. DROP all -- anywhere anywhere
  72.  
  73. Chain neutron-openvswi-sg-chain (2 references)
  74. target prot opt source destination
  75. neutron-openvswi-ibeb22867-3 all -- anywhere anywhere PHYSDEV match --physdev-out tapbeb22867-30 --physdev-is-bridged
  76. neutron-openvswi-obeb22867-3 all -- anywhere anywhere PHYSDEV match --physdev-in tapbeb22867-30 --physdev-is-bridged
  77. ACCEPT all -- anywhere anywhere
  78.  
  79. Chain neutron-openvswi-sg-fallback (2 references)
  80. target prot opt source destination
  81. DROP all -- anywhere anywhere
  82.  
  83. Chain nova-api-FORWARD (1 references)
  84. target prot opt source destination
  85.  
  86. Chain nova-api-INPUT (1 references)
  87. target prot opt source destination
  88. ACCEPT tcp -- anywhere rs1.omega-hosting.co tcp dpt:8775
  89.  
  90. Chain nova-api-OUTPUT (1 references)
  91. target prot opt source destination
  92.  
  93. Chain nova-api-local (1 references)
  94. target prot opt source destination
  95.  
  96. Chain nova-filter-top (2 references)
  97. target prot opt source destination
  98. nova-api-local all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement