|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Why my guest os network disconnect domain 0 or anthor ex
2009/5/18 Turinglifer Chu <Turinglifer@xxxxxxxxxxxxxxxxxx>:
> my Guest os's ip and netmask below:
>
> inet addr:129.22.28.224 Bcast:129.22.31.255 Mask:255.255.224.0
> my Domain 0's ip and netmask below:
>
> inet addr:129.22.28.16 Bcast:129.22.31.255 Mask:255.255.224.0
>
> I can't ping Domain0 in Guest os.
>
> Why my guest os network disconnect domain 0 or anthor external network?Thank
> you very much!
Because they're on different physical ethernet port
> Domain 0:
> eth0 Link encap:Ethernet HWaddr 00:E0:81:81:0A:50
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> eth2 Link encap:Ethernet HWaddr 00:E0:81:81:09:D5
> inet addr:129.22.28.16 Bcast:129.22.31.255 Mask:255.255.224.0
> bridge name bridge id STP enabled interfaces
> xenbr0 8000.feffffffffff no vif0.0
> peth0
> vif3.0
> vif2.0
Your dom0 IP is on eth2 while the bridge is over eth0.
If the IP address in dom0 is at eth0, it should work. This is probably
the easiest one for you, by moving IP configuration from eth2 to eth0
(and possibly change some network cabling).
Another way to do it is create the bridge for eth2 instead of eth0
like what you have now.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|