Advertisement
Guest User

Untitled

a guest
Mar 19th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. [root@localhost ~]# ifconfig
  2. eth0 Link encap:Ethernet HWaddr 78:E7:D1:55:CD:8C
  3. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  4. RX packets:60267 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:37564 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:1000
  7. RX bytes:71079363 (67.7 MiB) TX bytes:2789098 (2.6 MiB)
  8. Interrupt:254 Base address:0xc000
  9.  
  10. lo Link encap:Local Loopback
  11. inet addr:127.0.0.1 Mask:255.0.0.0
  12. UP LOOPBACK RUNNING MTU:16436 Metric:1
  13. RX packets:104 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:0
  16. RX bytes:27113 (26.4 KiB) TX bytes:27113 (26.4 KiB)
  17.  
  18. xenbr0 Link encap:Ethernet HWaddr 78:E7:D1:55:CD:8C
  19. inet addr:192.168.100.245 Bcast:192.168.100.255 Mask:255.255.255.0
  20. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
  21. RX packets:59456 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:37546 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:0
  24. RX bytes:71027459 (67.7 MiB) TX bytes:2788126 (2.6 MiB)
  25.  
  26. [root@localhost devstack]# cat localrc | more
  27. MYSQL_PASSWORD=password
  28. SERVICE_TOKEN=password
  29. ADMIN_PASSWORD=password
  30. RABBIT_PASSWORD=password
  31. # This is the password for your guest (for both stack and root users)
  32. GUEST_PASSWORD=password
  33. # IMPORTANT: The following must be set to your dom0 root password!
  34. XENAPI_PASSWORD=password
  35. # Do not download the usual images yet!
  36. IMAGE_URLS=""
  37. # Explicitly set virt driver here
  38. VIRT_DRIVER=xenserver
  39. # Explicitly set multi-host
  40. MULTI_HOST=1
  41. # Give extra time for boot
  42. ACTIVE_TIMEOUT=45
  43. # Interface on which you would like to access services
  44. HOST_IP_IFACE=eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement