On Tue, May 02, 2006 at 01:55:28PM +0200, Stephane Bortzmeyer wrote:
> If I start a virtual machine with...
> 
> kernels/kernel32-2.6.16.11-bs2 ubd0=images/Ubuntu-x86-root_fs 
> eth0=tuntap,,,192.134.4.79
> 
> ...no Ethernet interface is configured (I just get lo, not
> eth0). Being root or not changes nothing.
> 
> If, after boot, I type 'ifconfig eth0 192.134.4.79', everything
> works fine (so the UML bridge seems OK).
> 
> Where is my mistake?
add your eth0 settings in the uml image! I don't know what distro you use,
but if you use debian, add the following in the uml's /etc/network/interfaces:

auto eth0
iface eth0 inet static
address 192.134.4.80
netmask 255.255.255.0
network 192.134.4.0

for instance!

SteX
-- 
Stefano Melchior, GPG key = D52DF829 - <[EMAIL PROTECTED]>
http://etinarcadiaego.dyndns.org    --     http://www.stex.name
Skype ID "stefanomelchior"

Attachment: signature.asc
Description: Digital signature

Reply via email to