On Tue, May 02, 2006 at 02:07:53PM +0200,
 Stefano Melchior <[EMAIL PROTECTED]> wrote 
 a message of 53 lines which said:

> add your eth0 settings in the uml image! 

OK, too used to Xen, I did not understood that I had to add an IP
address on the command-line (the IP address of the TAP device of the
host) *and* in the UML image (the IP address of the "Ethernet"
interface of the virtual machine). It works now, thanks.

For the record, the commande-line I now use (sudo seems mandatory,
probably because the TAP configuration on the host requires to be
root):

sudo kernels/kernel32-2.6.16.11-bs2 ubd0=cows/ragnetrude.cow 
eth0=tuntap,,,192.134.4.69

And the /etc/network/interfaces of the Ubuntu virtual machine:

auto eth0
iface eth0 inet static
   address 192.134.4.79
   netmask 255.255.255.192
   gateway 192.134.4.126
   network 192.134.4.64


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to