|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU HVM network problem (no pinging)
Hello,
On Mar/09/2008, jim burns wrote:
> On Sunday 09 March 2008 12:25:07 pm Carles Pina i Estany wrote:
> > The status after create the HVM machine is:
> > ifconfig:
> > ------
> > eth0 (192.168.0.1)
> > (some other interfaces)
> >
> > vif31.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
> > inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.255
>
> Why do eth0 and vif31.0 have the same IP?
I don't know, but reading /etc/xen/scripts/vif-route I see:
main_ip=$(dom0_ip)
and then bit later:
ifconfig ${vif} ${main_ip} netmask 255.255.255.255 up
so it looks like the correct behaviour...
Somebody could show me a running configuration using route network?
I mean, the /etc/xen/machine.cfg (vif and IP sections), tell me which IP
has domU and the (relevant parts) of ifconfig and route -n in dom0. I
think that I could do the puzzle. Or any suggestion, etc.
Thank you!
--
Carles Pina i Estany GPG id: 0x8CBDAE64
http://pinux.info Manresa - Barcelona
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|