I can''t find network device in domU. Debian domU shows Configuring network interfaces...SIOCSIFADDR: No such device eth0: ERROR while getting interface flags: No such device and Fedora domU shows: eth0: unknown interface: No such device Dom0 is using Fedora with: kernel-xen-guest.i686 2.6.15-1.29_FC5 installed kernel-xen-hypervisor.i686 2.6.15-1.29_FC5 installed xen.i386 3.0-0.20060110.fc5.2 installed Dom0 shows # ip l l 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: vif0.0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue link/ether 00:0e:a6:xx:xx:xx brd ff:ff:ff:ff:ff:ff 4: vif0.1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 5: veth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 6: vif0.2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 7: veth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 8: vif0.3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 9: veth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 10: vif0.4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 11: veth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 12: vif0.5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 13: veth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 14: vif0.6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 15: veth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 16: vif0.7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 17: veth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 18: peth0: <BROADCAST,MULTICAST,NOARP,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff 19: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 20: xenbr0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Guillaume Thouvenin
2006-Jan-23 08:13 UTC
Re: [Xen-users] domU Device eth0 does not seem to be present
On Sat, 21 Jan 2006 00:56:04 +0100 Nadja Kick <nadjakick@freenet.de> wrote:> I can''t find network device in domU. > > Debian domU shows > Configuring network interfaces...SIOCSIFADDR: No such device > eth0: ERROR while getting interface flags: No such deviceIf you''re using the xen-unstable version, check the domU configuration file and look if the vif variable is defined. If not, try to add the follwing line: vif = [ '''' ] Hope this help, Guillaume _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nadja Kick
2006-Jan-23 19:12 UTC
Re: [Xen-users] domU Device eth0 does not seem to be present
Device eth0 found! Kernel module xennet.ko loaded, neccessary to initialize virtual ethernet driver and not included in ramdisk. Am Montag, 23. Januar 2006 09:13 schrieb Guillaume Thouvenin:> On Sat, 21 Jan 2006 00:56:04 +0100 > > Nadja Kick <nadjakick@freenet.de> wrote: > > I can''t find network device in domU. > > > > Debian domU shows > > Configuring network interfaces...SIOCSIFADDR: No such device > > eth0: ERROR while getting interface flags: No such device > > If you''re using the xen-unstable version, check the domU configuration > file and look if the vif variable is defined. If not, try to add the > follwing line: > > vif = [ '''' ] > > > Hope this help, > Guillaume > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 1/24/06, Nadja Kick <nadjakick@freenet.de> wrote:> > Device eth0 found! Kernel module xennet.ko loaded, neccessary to > initialize > virtual ethernet driver and not included in ramdisk. >See if inside your config for domU, the ramdisk is enabled or not. You should have a initrd which you can use in your domU. -- regards, Anand _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users