Advertisement
oldparrothead

Compute_node

Sep 12th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. root@amrwobl221:~# ovs-vsctl show
  2. 4250011f-8c0a-4fa0-9941-262d5b8fc39f
  3. Bridge br-tun
  4. Port patch-int
  5. Interface patch-int
  6. type: patch
  7. options: {peer=patch-tun}
  8. Port "gre-2"
  9. Interface "gre-2"
  10. type: gre
  11. options: {in_key=flow, out_key=flow, remote_ip="10.0.19.1"}
  12. Port br-tun
  13. Interface br-tun
  14. type: internal
  15. Port "gre-1"
  16. Interface "gre-1"
  17. type: gre
  18. options: {in_key=flow, out_key=flow, remote_ip="192.168.1.222"}
  19. Port "gre-4"
  20. Interface "gre-4"
  21. type: gre
  22. options: {in_key=flow, out_key=flow, remote_ip="192.168.1.222"}
  23. Bridge br-int
  24. Port "tap03fca81a-f9"
  25. tag: 2
  26. Interface "tap03fca81a-f9"
  27. Port br-int
  28. Interface br-int
  29. type: internal
  30. Port patch-tun
  31. Interface patch-tun
  32. type: patch
  33. options: {peer=patch-int}
  34. Port "tapf7789f6f-f6"
  35. tag: 4095
  36. Interface "tapf7789f6f-f6"
  37. type: internal
  38. Port "tape1910cb2-d0"
  39. tag: 2
  40. Interface "tape1910cb2-d0"
  41. ovs_version: "1.4.0+build0"
  42. root@amrwobl221:~# brctl show
  43. bridge name bridge id STP enabled interfaces
  44. br-int 0000.0a4219589948 no tap03fca81a-f9
  45. tape1910cb2-d0
  46. tapf7789f6f-f6
  47. br-tun 0000.3e846f42504f no
  48. virbr0 8000.000000000000 yes
  49. root@amrwobl221:~# cat /etc/quantum/plugins/ovs_quantum_plugin.ini
  50. cat: /etc/quantum/plugins/ovs_quantum_plugin.ini: No such file or directory
  51. root@amrwobl221:~# ifconfig
  52. eth0 Link encap:Ethernet HWaddr 00:e0:81:db:0b:49
  53. inet addr:192.168.1.221 Bcast:192.168.1.255 Mask:255.255.255.0
  54. inet6 addr: fe80::2e0:81ff:fedb:b49/64 Scope:Link
  55. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  56. RX packets:381784 errors:0 dropped:0 overruns:0 frame:0
  57. TX packets:461417 errors:0 dropped:0 overruns:0 carrier:0
  58. collisions:0 txqueuelen:1000
  59. RX bytes:92669410 (92.6 MB) TX bytes:190113371 (190.1 MB)
  60. Interrupt:16 Memory:fbee0000-fbf00000
  61.  
  62. eth1 Link encap:Ethernet HWaddr 00:e0:81:db:0b:4a
  63. inet addr:10.0.19.2 Bcast:10.0.19.255 Mask:255.255.255.0
  64. inet6 addr: fe80::2e0:81ff:fedb:b4a/64 Scope:Link
  65. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
  66. RX packets:3870 errors:0 dropped:0 overruns:0 frame:0
  67. TX packets:2381 errors:0 dropped:0 overruns:0 carrier:0
  68. collisions:0 txqueuelen:1000
  69. RX bytes:985453 (985.4 KB) TX bytes:739141 (739.1 KB)
  70. Interrupt:17 Memory:fbde0000-fbe00000
  71.  
  72. lo Link encap:Local Loopback
  73. inet addr:127.0.0.1 Mask:255.0.0.0
  74. inet6 addr: ::1/128 Scope:Host
  75. UP LOOPBACK RUNNING MTU:16436 Metric:1
  76. RX packets:25 errors:0 dropped:0 overruns:0 frame:0
  77. TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
  78. collisions:0 txqueuelen:0
  79. RX bytes:2481 (2.4 KB) TX bytes:2481 (2.4 KB)
  80.  
  81. tap03fca81a-f9 Link encap:Ethernet HWaddr fe:16:3e:22:8b:8d
  82. inet6 addr: fe80::fc16:3eff:fe22:8b8d/64 Scope:Link
  83. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  84. RX packets:251 errors:0 dropped:0 overruns:0 frame:0
  85. TX packets:254 errors:0 dropped:0 overruns:0 carrier:0
  86. collisions:0 txqueuelen:500
  87. RX bytes:33408 (33.4 KB) TX bytes:38352 (38.3 KB)
  88.  
  89. tape1910cb2-d0 Link encap:Ethernet HWaddr fe:16:3e:7c:c9:58
  90. inet6 addr: fe80::fc16:3eff:fe7c:c958/64 Scope:Link
  91. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  92. RX packets:327 errors:0 dropped:0 overruns:0 frame:0
  93. TX packets:332 errors:0 dropped:0 overruns:0 carrier:0
  94. collisions:0 txqueuelen:500
  95. RX bytes:44443 (44.4 KB) TX bytes:50114 (50.1 KB)
  96.  
  97. virbr0 Link encap:Ethernet HWaddr 9a:e4:df:81:a9:80
  98. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  99. UP BROADCAST MULTICAST MTU:1500 Metric:1
  100. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  101. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  102. collisions:0 txqueuelen:0
  103. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  104.  
  105. root@amrwobl221:~# cat /etc/network/interfaces
  106. # This file describes the network interfaces available on your system
  107. # and how to activate them. For more information, see interfaces(5).
  108.  
  109. # The loopback network interface
  110. auto lo
  111. iface lo inet loopback
  112.  
  113. # The primary network interface
  114. auto eth0
  115. iface eth0 inet static
  116. # USE THE FOLLOWING IF CONVERTING VM TO RUN ON BACKBONE
  117. address 192.168.1.221
  118. network 192.168.1.0
  119. netmask 255.255.255.0
  120. broadcast 192.168.1.255
  121. gateway 192.168.1.1
  122.  
  123. auto eth1
  124. iface eth1 inet static
  125. address 10.0.19.2
  126. netmask 255.255.255.0
  127. gateway 10.0.19.1
  128. dns-nameservers 192.168.1.223 192.168.1.247 8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement