Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] the user mode linux can't access network..
Date: Mon, 21 Aug 2006 10:08:38
Message-Id: 200608211223.56807.shrdlu@unlimitedmail.org
In Reply to: Re: [gentoo-user] the user mode linux can't access network.. by fei huang
1 On Monday 21 August 2006 11:24, fei huang wrote:
2
3 > yep, that's why I get so frustrated, I did exactly the same as what
4 > the guide instructs..
5 > any other posibilities that may cause the problem?
6
7 Ok, let's see: you say that your eth0 (which I guess is the interface
8 connected to the ADSL and thus to the Internet) has ip address
9 192.168.0.1. Then, you use this command to start uml:
10
11 UML> linux ubd0=root_fs ubd1=swap_fs eth0=tuntap,,,192.168.0.1
12
13 this means that the *host's* tun/tap interface gets ip address
14 192.168.0.1 as well. So, the host ends up with its two interfaces having
15 the same ip address (do "ip addr" or "ifconfig" when uml is running to
16 confirm this) .
17 If the above is true, try using different addresses for the tun/tap<->uml
18 network, for example from the 10.0.0.0 pool.
19 --
20 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] the user mode linux can't access network.. fei huang <daniel.huangfei@×××××.com>