no need to excuse... :)
but you are using a routed setup with dhcp?
if you do, the dhcp server has to be run in dom0 and has to listen/answer on
the corresponding vifX.0 interface.
If the dhcp server is not running on dom0 you normaly would use a bridged
setup.
--Ralph
Am Donnerstag, 9. März 2006 15:06 schrieb Nadja Kick:
> Hello Ralph,
>
> sorry, it seems to be a dhcp configuration failure. Your packages are fine!
>
> Thanks for your help
>
> Nadja
>
> Am Donnerstag, 9. März 2006 13:50 schrieb Nadja Kick:
> > Am Donnerstag, 9. März 2006 12:31 schrieb Ralph Passgang:
> > > Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick:
> > > > I use deb http://packages.debianbase.de/stable/i386/xen3 ./
> > > > for sarge dom0/U install.
> > > >
> > > > domU boot shows
> > > >
> > > > Configuring network interfaces...NET: Registered protocol family 17
> > > > Failed to bring up eth0.
> > >
> > > domU shows that?
> >
> > yes, while booting you can see
> > Mounting local filesystems...
> > Cleaning /tmp /var/run /var/lock.
> > Setting up networking...done.
> > Setting up IP spoofing protection: rp_filter.
> > Configuring network interfaces...NET: Registered protocol family 17
> > Failed to bring up eth0.
> > done.
> >
> > > have you configured "vif =" statement in your domU config?
> >
> > yes, cat /etc/xen/sarge01.cfg
> >
> > kernel = "/boot/vmlinuz-2.6.12.6-xen"
> > ramdisk = "/boot/xen-modules-2.6.12.6-xen"
> > maxmem=400
> > memory = 320
> > name = "sarge01"
> > vif = [ '' ]
> > disk = ['file:/vd/sarge01.vd,hda3,w','file:/vd/sarge01.sd,hda2,w']
> > vtpm = [ 'instance=1,backend=0' ]
> > hostname="sarge01"
> > root = "/dev/hda3 ro"
> > extra = "2"
> >
> > using routing not bridging:
> > cat /etc/xen/xend-config.sxp
> > (xend-relocation-server yes)
> > (xend-relocation-hosts-allow '^localhost$')
> > (dom0-cpus 0)
> > (dom0-min-mem 64)
> > (network-script 'network-nat dhcp=yes')
> > (vif-script 'vif-nat dhcp=yes')
> >
> > here the grub configuration:
> > title Xen 3.0.1 - Linux 2.6.12.6-xen
> > root (hd0,0)
> > kernel /xen-3.0.1.gz
> > module /vmlinuz-2.6.12.6-xen root=/dev/hda3 ro xencons=off
> > console=tty0 console=ttyS0,57600
> > module /xen-modules-2.6.12.6-xen
> >
> > > have you configured /etc/network/interfaces in your domU?
> >
> > yes, same sarge domU (with another kernel/ramdisk) works on fedora
> > xen/dom0
> >
> > > please provide a bit more information if possible... are you using
> > > debian sarge as dom0? do you use hotplug or udev? if udev, which
> > > version exactly?
> >
> > i am using sarge dom0/U with hotplug Version: 0.0.20040329-22
> >
> >
> > I tried the 3.0.1 binaries from xensource, but same result.
> >
> > Nadja
> >
> > > --Ralph
> > >
> > > _______________________________________________
> > > Xen-users mailing list
> > > Xen-users@xxxxxxxxxxxxxxxxxxx
> > > http://lists.xensource.com/xen-users
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|