On Tue, Mar 04, 2008 at 05:15:09PM -0500, Robert P. J. Day wrote:
>   so where can i find those two objects?  as i understand it, for me
> to set up networking, either the kernel or the root filesystem has to
> have networking capability.  for example, consider the recipe here:
> 
>   http://user-mode-linux.sourceforge.net/network.html
> 
> note how the instructions for the UML guest involve doing a modprobe,

You're misreading the output.  That's what the uml_net helper is doing
on the host (i.e. why would anything be doing a modprobe tun in the
UML?).  The host output is captured for debuggability in case
something goes wrong.

A filesystem that automatically brings up a network with access to the
outside world isn't doable.  The setup is easier when you put the UML
on the same network as the host, and that information can't be cooked
into the filesystem.  Also, there's the requirement that the UML IP
address be unique, which requires some sort of knowledge from outside
the filesystem.

                        Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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