[uml-user] RE: [uml-devel] bridge query

2005-01-07 Thread Henrik Nordstrom
On Fri, 7 Jan 2005, Adil Mujeeb, Noida wrote: I have not added the guest interface & add a new ip to bridge and update the routing tables and iam able to outside thru guest. Correct. You only need to use bridgeing if you want your UMLs to be part of the local lan where the host is connected, not

[uml-user] Re: [uml-devel] bridge query

2005-01-07 Thread Paul Warren
On Fri, Jan 07, 2005 at 08:42:30PM +0530, Adil Mujeeb, Noida wrote: > >If you do not add the host interface to the bridge, then guests > >connected to the bridge will not have access to the external network. > >In order for the bridge to pass packets to particular networks (e.g. the > >ethernet ne

[uml-user] RE: [uml-devel] bridge query

2005-01-07 Thread Adil Mujeeb, Noida
-Original Message- From: Paul Warren [mailto:[EMAIL PROTECTED] Behalf Of Paul Warren Sent: Friday, January 07, 2005 8:39 PM To: Adil Mujeeb, Noida Cc: user-mode-linux-devel@lists.sourceforge.net; user-mode-linux-user@lists.sourceforge.net Subject: Re: [uml-devel] bridge query >[ follow u

Re: [uml-user] Re: [uml-devel] bridge query

2005-01-07 Thread Rolf Brusletto
Also, which I ran into this... bridging passes all traffic from eth0 or whatever is bridged to the tap device... ie dhcp requests. My tests showed that unless I used a bridge as opposed to a regular tap interface, I couldn't run a dhcp server sucsessfully. Regards, Rolf Brusletto Paul Warren wr

[uml-user] Re: [uml-devel] bridge query

2005-01-07 Thread Paul Warren
[ follow up to -user only ] On Fri, Jan 07, 2005 at 08:25:58PM +0530, Adil Mujeeb, Noida wrote: > what is the use of attaching the host interface in the bridge? Without > attaching the host interface in the bridge we can simply bring down the host > interface with ip 0.0.0.0 & assign the host int

[uml-user] bridge query

2005-01-07 Thread Adil Mujeeb, Noida
Hi All, i have come again with a question ;-)   what is the use of attaching the host interface in the bridge? Without attaching the host interface in the bridge we can simply bring down the host interface with ip 0.0.0.0 & assign the host interface ip to the bridge.  What is the significa

[uml-user] RE: Networking problem.

2005-01-07 Thread Adil Mujeeb, Noida
Thanks and Best Regards, Adil Mujeeb -Original Message- From: Antoine Martin [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 7:03 PM To: User Mode Linux User Cc: Adil Mujeeb, Noida Subject: Re: Networking problem. > Hi all, > i have problem related to networking. > > CAS

[uml-user] Re: Networking problem.

2005-01-07 Thread Antoine Martin
> Hi all, > i have problem related to networking. > > CASE 1: > My host machine has 2 ethernet cards. Just a guess, but does it work if you disable the other network card? If the 2 cards are connected to the same subnet/gateway, it is impossible to make it work without source routing. AFAIK. The

Re: [uml-user] "Zombie" linux process (UML 2.6.9 on 2.6.9-skas3-v7 host)

2005-01-07 Thread Fermín Galán Márquez
Although this is a good solution, it can not be applied if you are not using Gnome desktop (well, you can, but you need to install a lot of additional gnome-related stuff :). Any other xterm replacement that can be used in xterm= UML kernel switch? An additional fact about the zombie linux process

Re: [uml-user] Guest Kernel: kernel: Initializing stdio console driver

2005-01-07 Thread jmtx
that helps. now the kernel is running, but networking didn't work anymore. I did networking with tun/tap and it works with the old kernel. > Your probably need to recompile the kernel with the configuration > option CONFIG_FD_CHAN set to "Y". > > If you are compiling on Debian, see http://www.