Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # nova-manage network create --label network01 --dns1 192.168.0.1 --fixed_range_v4=192.168.0.0/24
  2. Command failed, please check log for more info
  3. 2014-04-08 10:36:50.119 6023 CRITICAL nova [req-26847201-9a78-4572-8691-4fced424372a None None] bridge_interface is required to create a network.
  4.  
  5. # ifconfig
  6.  
  7. br0 Link encap:Ethernet HWaddr d4:3d:7e:91:23:7b
  8. inet addr:10.163.209.15 Bcast:10.163.209.255 Mask:255.255.255.0
  9. inet6 addr: fe80::d63d:7eff:fe91:237b/64 Scope:Link
  10. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  11. RX packets:205442 errors:0 dropped:0 overruns:0 frame:0
  12. TX packets:101108 errors:0 dropped:0 overruns:0 carrier:0
  13. collisions:0 txqueuelen:0
  14. RX bytes:243974614 (243.9 MB) TX bytes:7728080 (7.7 MB)
  15.  
  16. eth0 Link encap:Ethernet HWaddr d4:3d:7e:91:23:7b
  17. inet6 addr: fe80::d63d:7eff:fe91:237b/64 Scope:Link
  18. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  19. RX packets:205753 errors:0 dropped:258 overruns:0 frame:0
  20. TX packets:101175 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:1000
  22. RX bytes:246911056 (246.9 MB) TX bytes:8164957 (8.1 MB)
  23.  
  24. lo Link encap:Local Loopback
  25. inet addr:127.0.0.1 Mask:255.0.0.0
  26. inet6 addr: ::1/128 Scope:Host
  27. UP LOOPBACK RUNNING MTU:65536 Metric:1
  28. RX packets:155606 errors:0 dropped:0 overruns:0 frame:0
  29. TX packets:155606 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:0
  31. RX bytes:265699711 (265.6 MB) TX bytes:265699711 (265.6 MB)
  32.  
  33. virbr0 Link encap:Ethernet HWaddr be:f8:54:6a:0c:9f
  34. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  35. UP BROADCAST MULTICAST MTU:1500 Metric:1
  36. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  37. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  38. collisions:0 txqueuelen:0
  39. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  40.  
  41. wlan0 Link encap:Ethernet HWaddr 20:68:9d:fb:61:42
  42. UP BROADCAST MULTICAST MTU:1500 Metric:1
  43. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  44. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  45. collisions:0 txqueuelen:1000
  46. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement