|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Device eth0 does not seem to be present
Are you using the stock FC5 Xen kernels? If so, you will need to add the
following line to the /etc/modprobe.conf files in your domU:
alias eth0 xennet
For some reason the Fedora guys decided to make xennet a module as
opposed to compiled in, so you need to specify the module be loaded. I
have come across this problem myself. It took me quite a while to figure
out.
Thanks,
Phil Evans.
Mito wrote:
Tried that too, yelled at me telling me that it’s depreciated and that
it was being ignored.
See what I mean, it makes no sense why it’s not working….
------------------------------------------------------------------------
*From:* xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] *On Behalf Of *Itamar
Reis Peixoto
*Sent:* Saturday, April 22, 2006 9:05 PM
*To:* Mito; xen-users@xxxxxxxxxxxxxxxxxxx
*Subject:* Re: [Xen-users] Device eth0 does not seem to be present
nics = 1
Ah, sorry, I C&P’d out of nano, it is closed but was off the screen.
The line is closed properly, here is that entire line.
disk = ['file:/guests/scalix-base.img,sda1,w',
'file:/guests/scalix-base.swap,sda2,w']
Thanks though!
Also, I’ve tried specifying a mac address in the vif = [ '' ]
section as well, but that didn’t do any good.
I checked the xend-config.sxp and the network is set to be bridged
(as is set by default).
Any other ideas?
------------------------------------------------------------------------
_______________________________________________
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
|
|
|
|
|