k
> To: nin...@hotmail.com
> CC: user-mode-linux-user@lists.sourceforge.net
> Subject: Re: [uml-user] Cannot bringup DHCP (2.6.39 kernel + Debian 5.0
> rootfs)
>
> (snip)
>
> >>> Having been struggling this for 1 week, any help appreciated !
> >> H
uml-user] Cannot bringup DHCP (2.6.39 kernel + Debian 5.0
> rootfs)
>
> The thing about DHCP is that the protocol is confined to an ethernet
> broadcast domain, and a TUN/TAP connection to the host is a separate
> broadcast domain from the LAN. It's a private ethernet with two
(snip)
>>> Having been struggling this for 1 week, any help appreciated !
>> Have you tried following these instructions:
>> http://uml.devloop.org.uk/howto.html
> Question here, if uml is running in my desktop, i need to install and run
> dhcpd in my desktop ?
If you are following the howto yes.
The thing about DHCP is that the protocol is confined to an ethernet
broadcast domain, and a TUN/TAP connection to the host is a separate
broadcast domain from the LAN. It's a private ethernet with two hosts
on it.
DHCP will work if one of the following is true:
The DHCP server is the UML
> Date: Thu, 1 Dec 2011 01:50:08 +0700
> From: anto...@nagafix.co.uk
> To: user-mode-linux-user@lists.sourceforge.net
> Subject: Re: [uml-user] Cannot bringup DHCP (2.6.39 kernel + Debian 5.0
> rootfs)
>
> On 11/30/2011 02:54 AM, ning ji wrote:
> >
> >
On 11/30/2011 02:54 AM, ning ji wrote:
>
> Hi everyone,
> I'm new to UML, having issues bring up DHCP for my uml.
> step 1:./kernel2.6.39 ubda=./debian50.rfs mem=128M
> eth0=tuntap,,,10.50.183.254
Have you tried using a specific tap device here? Like:
(...) eth0=tuntap,tap1,fe:f0:00:00:00:01,1
Hi everyone,
I'm new to UML, having issues bring up DHCP for my uml.
step 1:./kernel2.6.39 ubda=./debian50.rfs mem=128M
eth0=tuntap,,,10.50.183.254
so as you see,kernel: Linux (none) 2.6.39.4 #2 Thu Sep 1 11:25:36 EDT 2011 i686
GNU/Linuxrootfs: Debian-5.0-x86-root_fs
step 2:After it boots,(no