Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. == BRCTL ==
  2.  
  3. root@compute-172-31-252-201:~# brctl show
  4. bridge name bridge id STP enabled interfaces
  5. br-int 0000.9ec24073f54c no int-br0
  6. qvo0188455b-25
  7. tap67b22b07-21
  8. tapefcc735e-10
  9. br0 0000.047d7ba5b328 no eth0
  10. phy-br0
  11. qbr0188455b-25 0000.e21e77606d4e no qvb0188455b-25
  12. tap0188455b-25
  13. root@compute-172-31-252-201:~#
  14.  
  15.  
  16.  
  17. == OVS-VSCTL ==
  18.  
  19. root@compute-172-31-252-201:~# ovs-vsctl show
  20. 1df3e12e-beb3-437d-9f5e-069dadb5ea27
  21. Bridge "qbr0188455b-25"
  22. Port "qvb0188455b-25"
  23. Interface "qvb0188455b-25"
  24. Port "qbr0188455b-25"
  25. Interface "qbr0188455b-25"
  26. type: internal
  27. Port "tap0188455b-25"
  28. Interface "tap0188455b-25"
  29. Bridge "br0"
  30. Port "phy-br0"
  31. Interface "phy-br0"
  32. Port "eth0"
  33. Interface "eth0"
  34. Port "br0"
  35. Interface "br0"
  36. type: internal
  37. Bridge br-int
  38. Port "qvo0188455b-25"
  39. tag: 2
  40. Interface "qvo0188455b-25"
  41. Port "tapefcc735e-10"
  42. tag: 2
  43. Interface "tapefcc735e-10"
  44. type: internal
  45. Port "tap67b22b07-21"
  46. tag: 1
  47. Interface "tap67b22b07-21"
  48. type: internal
  49. Port br-int
  50. Interface br-int
  51. type: internal
  52. Port "int-br0"
  53. Interface "int-br0"
  54. ovs_version: "1.4.0+build0"
  55. root@compute-172-31-252-201:~#
  56.  
  57.  
  58.  
  59. == IPTABLES ==
  60.  
  61. root@compute-172-31-252-201:~# iptables -L -v
  62. Chain INPUT (policy ACCEPT 39248 packets, 11M bytes)
  63. pkts bytes target prot opt in out source destination
  64. 3525K 1423M quantum-openvswi-INPUT all -- any any anywhere anywhere
  65. 0 0 ACCEPT gre -- any any anywhere anywhere
  66.  
  67. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  68. pkts bytes target prot opt in out source destination
  69. 0 0 quantum-filter-top all -- any any anywhere anywhere
  70. 0 0 quantum-openvswi-FORWARD all -- any any anywhere anywhere
  71.  
  72. Chain OUTPUT (policy ACCEPT 46747 packets, 9981K bytes)
  73. pkts bytes target prot opt in out source destination
  74. 4139K 1602M quantum-filter-top all -- any any anywhere anywhere
  75. 4139K 1602M quantum-openvswi-OUTPUT all -- any any anywhere anywhere
  76.  
  77. Chain quantum-filter-top (2 references)
  78. pkts bytes target prot opt in out source destination
  79. 4139K 1602M quantum-openvswi-local all -- any any anywhere anywhere
  80.  
  81. Chain quantum-openvswi-FORWARD (1 references)
  82. pkts bytes target prot opt in out source destination
  83. 0 0 quantum-openvswi-sg-chain all -- any any anywhere anywhere PHYSDEV match --physdev-out tap0188455b-25 --physdev-is-bridged
  84. 0 0 quantum-openvswi-sg-chain all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged
  85.  
  86. Chain quantum-openvswi-INPUT (1 references)
  87. pkts bytes target prot opt in out source destination
  88. 0 0 quantum-openvswi-o0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged
  89. 0 0 LOG all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 LOG level warning
  90.  
  91. Chain quantum-openvswi-OUTPUT (1 references)
  92. pkts bytes target prot opt in out source destination
  93.  
  94. Chain quantum-openvswi-i0188455b-2 (1 references)
  95. pkts bytes target prot opt in out source destination
  96. 0 0 DROP all -- any any anywhere anywhere state INVALID
  97. 0 0 RETURN all -- any any anywhere anywhere state RELATED,ESTABLISHED
  98. 0 0 RETURN tcp -- any any anywhere anywhere tcp dpt:ssh
  99. 0 0 RETURN udp -- any any 192.26.184.6 anywhere udp spt:bootps dpt:bootpc
  100. 0 0 quantum-openvswi-sg-fallback all -- any any anywhere anywhere
  101.  
  102. Chain quantum-openvswi-local (1 references)
  103. pkts bytes target prot opt in out source destination
  104.  
  105. Chain quantum-openvswi-o0188455b-2 (2 references)
  106. pkts bytes target prot opt in out source destination
  107. 0 0 DROP all -- any any anywhere anywhere MAC ! FA:16:3E:2F:0A:3F
  108. 0 0 RETURN udp -- any any anywhere anywhere udp spt:bootpc dpt:bootps
  109. 0 0 DROP all -- any any !192.26.184.5 anywhere
  110. 0 0 DROP udp -- any any anywhere anywhere udp spt:bootps dpt:bootpc
  111. 0 0 DROP all -- any any anywhere anywhere state INVALID
  112. 0 0 RETURN all -- any any anywhere anywhere state RELATED,ESTABLISHED
  113. 0 0 RETURN all -- any any anywhere anywhere
  114. 0 0 quantum-openvswi-sg-fallback all -- any any anywhere anywhere
  115.  
  116. Chain quantum-openvswi-sg-chain (2 references)
  117. pkts bytes target prot opt in out source destination
  118. 0 0 quantum-openvswi-i0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-out tap0188455b-25 --physdev-is-bridged
  119. 0 0 quantum-openvswi-o0188455b-2 all -- any any anywhere anywhere PHYSDEV match --physdev-in tap0188455b-25 --physdev-is-bridged
  120. 0 0 ACCEPT all -- any any anywhere anywhere
  121.  
  122. Chain quantum-openvswi-sg-fallback (2 references)
  123. pkts bytes target prot opt in out source destination
  124. 0 0 DROP all -- any any anywhere anywhere
  125. root@compute-172-31-252-201:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement