Re: [uml-user] connecting uml to eth1

2007-09-14 Thread Jan Wolff
Hi, siddhu srivatsan wrote: > ifconfig uml-bridge 10.227.89.13 netmask 255.255.255.0 ... > ifconfig eth0 192.168.0.201 netmask 255.255.255.0 > > But when I tried to add the default gateway as 10.227.89.13 > by using the route add command, I get an error > which just tells me that there is no such

Re: [uml-user] connecting uml to eth1

2007-09-13 Thread siddhu srivatsan
I tried to do it but still my uml is not connecting to the outside world. I did the following steps First in the host I did the following, ifconfig eth1 0.0.0.0 promisc up brctl addbr uml-bridge brctl setfd uml-bridge 0 brctl sethello uml-bridge brctl stp uml-bridge off ifconfig

Re: [uml-user] connecting uml to eth1

2007-09-10 Thread Jeff Dike
On Mon, Sep 10, 2007 at 02:53:44PM -0400, siddhu srivatsan wrote: > Hi, > I downloaded the Kernel and Filesystem and got UML functioning. However, I > was wondering if we can connect UML to host eth1? > > If so is it just a replacement of eth0 with eth1 in the commands specified > in the networkin

[uml-user] connecting uml to eth1

2007-09-10 Thread siddhu srivatsan
Hi, I downloaded the Kernel and Filesystem and got UML functioning. However, I was wondering if we can connect UML to host eth1? If so is it just a replacement of eth0 with eth1 in the commands specified in the networking session or some different set of instructions need to be followed. Sorry if