Hi,
I have two physical machines connected through a switch in a 192.168.1.* subnet. Dom0's are assigned static ip addresses 192.168.1.100, 192.168.1.101 respectively. Dom0's can ping each other. Each physical machine has a domu guest and static address assigned
to domu's are 192.168.1.200, 192.168.1.201 respectively.
However domu's can neither ping each other nor dom0's. Similarly dom0's cannot ping domu's. Following are my configuration specifics:
In /etc/xen/xend-config.sxp following entries are enabled
network-script network-bridge
vif-script vif-bridge
Domu's /etc/network/interfaces static ip is assigned like this
auto eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.2
if dom-u creation config file vif entry is as follows,
vif = ['ip=192.168.1.200']
How to enable domu's to share same physical network and become part of 192.168.1.* subnet.
Any help or pointer will be highly appreciated.
Thanks.
|