Hi,
I have been trying to solve this problem for quite sometimes now. I install XCP on 5 ubuntu servers and combined them as pool. But every time I try to create and start the VM I get the error that DHCP cannot be configured. I
tried static IP address but that also didnt work. Please help.
The following are the outputs of my bridge entries and current interface configuration.
root# brctl show
virbr0 8000.000000000000 yes
xenbr0 0000.b8ac6f2d93af no eth0
root# ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:ac:6f:2d:93:af
inet6 addr: fe80::baac:6fff:fe2d:93af/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:144666 errors:0 dropped:0 overruns:0 frame:0
TX packets:145774 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:57601495 (57.6 MB) TX bytes:59127484 (59.1 MB)
Interrupt:21 Memory:febe0000-fec00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:185099 errors:0 dropped:0 overruns:0 frame:0
TX packets:185099 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:90578607 (90.5 MB) TX bytes:90578607 (90.5 MB)
vif6.0 Link encap:Ethernet HWaddr fe:ff:ff:ff:ff:ff
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 B) TX bytes:210 (210.0 B)
virbr0 Link encap:Ethernet HWaddr 7e:df:41:b6:8b:53
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
xenbr0 Link encap:Ethernet HWaddr b8:ac:6f:2d:93:af
inet addr:155.205.30.12 Bcast:155.245.30.127 Mask:255.255.255.128
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:139529 errors:0 dropped:0 overruns:0 frame:0
TX packets:131026 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:56635394 (56.6 MB) TX bytes:57636286 (57.6 MB)
root# route
Destination Gateway Genmask Flags Metric Ref Use Iface
default 155.205.30.126 0.0.0.0 UG 0 0 0 xenbr0
155.205.30.0 * 255.255.255.128 U 0 0 0 xenbr0
192.168.122.0 * 255.255.255.0 U 0 0 0 virbr0
I am new to xen cloud please help