|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Network problem
Gino LV. Ledesma wrote:
And on the guest OS:
eth0 Link encap:Ethernet HWaddr DE:AD:29:BA:AC:EA
inet addr:192.168.0.2 Bcast:182.168.255.255 Mask:255.255.0.0
You have a typo here: 182.168. It's confused about the network,
if that is really the case.
Your eth0 interface on the guest OS is not on the same subnet
as the dom0 interface. That needs to be the same.
In the dom1 config, I've configured vif as follows:
vif = [ 'mac=DE:AD:29:BA:AC:EA, bridge=xen-br0' ]
bridge utils seems to have it correct:
bridge name bridge id STP enabled interfaces
xen-br0 8000.000c29baace0 no eth0
vif1.0
I can't even get the guest OS and the host OS to talk to each other.
I've also tried enabling ip_forward but still no dice. I was mucking
around before and managed to get them to talk to each other once, but
from there I couldn't make the guest OS talk to the gateway of the
host OS.
Also, are your routes setup on the guest domain?
"netstat -rn" or "ip route show" will tell you..
thanks,
nivedita
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|