menu "UML Network Devices"
depends on [31mCONFIG_NET[0m
# [31mCONFIG_UML[0m virtual driver
config [31mCONFIG_UML_NET[0m
bool "Virtual network device"
help
While the User-Mode port cannot directly talk to any physical
hardware devices, this choice and the following transport options
provide one or more virtual network devices through which the [31mCONFIG_UML[0m
kernels can talk to each other, the host, and with the host's help,
machines on the outside world.
For more information, including explanations of the networking and
sample configurations, see
<http://user-mode-linux.sourceforge.net/old/networking.html>.
If you'd like to be able to enable networking in the User-Mode
linux environment, say Y; otherwise say N. Note that you must
enable at least one of the following transport options to actually
make use of [31mCONFIG_UML[0m networking.
config [31mCONFIG_UML_NET_ETHERTAP[0m
bool "Ethertap transport"
depends on [31mCONFIG_UML_NET[0m
help
The Ethertap User-Mode Linux network transport allows a single
running [31mCONFIG_UML[0m to exchange packets with its host over one of the
host's Ethertap devices, such as /dev/tap0. Additional running
UMLs can use additional Ethertap devices, one per running [31mCONFIG_UML[0m.
While the [31mCONFIG_UML[0m believes it's on a (multi-device, broadcast) virtual
Ethernet network, it's in fact communicating over a point-to-point
link with the host.
To use this, your host kernel must have support for Ethertap
devices. Also, if your host kernel is 2.4.x, it must have
CONFIG_NETLINK_DEV configured as Y or [31mCONFIG_M[0m.
For more information, see
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the [31mCONFIG_UML[0m command line to use to enable Ethertap
networking.
If you'd like to set up an IP network with the host and/or the
outside world, say Y to this, the Daemon Transport and/or the
Slip Transport. You'll need at least one of them, but may choose
more than one without conflict. If you don't need [31mCONFIG_UML[0m networking,
say N.
config [31mCONFIG_UML_NET_TUNTAP[0m
bool "TUN/TAP transport"
depends on [31mCONFIG_UML_NET[0m
help
The [31mCONFIG_UML[0m [31mCONFIG_TUN[0m/[31mCONFIG_TAP[0m network transport allows a [31mCONFIG_UML[0m instance to exchange
packets with the host over a [31mCONFIG_TUN[0m/[31mCONFIG_TAP[0m device. This option will only
work with a 2.4 host, unless you've applied the [31mCONFIG_TUN[0m/[31mCONFIG_TAP[0m patch to
your 2.2 host kernel.
To use this transport, your host kernel must have support for [31mCONFIG_TUN[0m/[31mCONFIG_TAP[0m
devices, either built-in or as a module.
config [31mCONFIG_UML_NET_SLIP[0m
bool "SLIP transport"
depends on [31mCONFIG_UML_NET[0m
help
The slip User-Mode Linux network transport allows a running [31mCONFIG_UML[0m to
network with its host over a point-to-point link. Unlike Ethertap,
which can carry any Ethernet frame (and hence even non-IP packets),
the slip transport can only carry IP packets.
To use this, your host must support slip devices.
For more information, see
<http://user-mode-linux.sourceforge.net/old/networking.html>.
has examples of the [31mCONFIG_UML[0m command line to use to enable slip
networking, and details of a few quirks with it.
The Ethertap Transport is preferred over slip because of its
limitations. If you prefer slip, however, say Y here. Otherwise
choose the Multicast transport (to network multiple UMLs on
multiple hosts), Ethertap (to network with the host and the
outside world), and/or the Daemon transport (to network multiple
UMLs on a single host). You may choose more than one without
conflict. If you don't need [31mCONFIG_UML[0m networking, say N.
config [31mCONFIG_UML_NET_DAEMON[0m
bool "Daemon transport"
depends on [31mCONFIG_UML_NET[0m
help
This User-Mode Linux network transport allows one or more running
UMLs on a single host to communicate with each other, but not to
the host.
To use this form of networking, you'll need to run the [31mCONFIG_UML[0m
networking daemon on the host.
For more information, see
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the [31mCONFIG_UML[0m command line to use to enable Daemon
networking.
If you'd like to set up a network with other UMLs on a single host,
say Y. If you need a network between UMLs on multiple physical
hosts, choose the Multicast Transport. To set up a network with
the host and/or other IP machines, say Y to the Ethertap or Slip
transports. You'll need at least one of them, but may choose
more than one without conflict. If you don't need [31mCONFIG_UML[0m networking,
say N.
config [31mCONFIG_UML_NET_VDE[0m
bool "VDE transport"
depends on [31mCONFIG_UML_NET[0m
help
This User-Mode Linux network transport allows one or more running
UMLs on a single host to communicate with each other and also
with the rest of the world using Virtual Distributed Ethernet,
an improved fork of uml_switch.
You must have libvdeplug installed in order to build the vde
transport into [31mCONFIG_UML[0m.
To use this form of networking, you will need to run vde_switch
on the host.
For more information, see <http://wiki.virtualsquare.org/>
That site has a good overview of what VDE is and also examples
of the [31mCONFIG_UML[0m command line to use to enable VDE networking.
If you need [31mCONFIG_UML[0m networking with VDE,
say Y.
config [31mCONFIG_UML_NET_MCAST[0m
bool "Multicast transport"
depends on [31mCONFIG_UML_NET[0m
help
This Multicast User-Mode Linux network transport allows multiple
UMLs (even ones running on different host machines!) to talk to
each other over a virtual ethernet network. However, it requires
at least one [31mCONFIG_UML[0m with one of the other transports to act as a
bridge if any of them need to be able to talk to their hosts or any
other IP machines.
To use this, your host kernel(s) must support IP Multicasting.
For more information, see
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the [31mCONFIG_UML[0m command line to use to enable Multicast
networking, and notes about the security of this approach.
If you need UMLs on multiple physical hosts to communicate as if
they shared an Ethernet network, say Y. If you need to communicate
with other IP machines, make sure you select one of the other
transports (possibly in addition to Multicast; they're not
exclusive). If you don't need to network UMLs say N to each of
the transports.
config [31mCONFIG_UML_NET_PCAP[0m
bool "pcap transport"
depends on [31mCONFIG_UML_NET[0m
help
The pcap transport makes a pcap packet stream on the host look
like an ethernet device inside [31mCONFIG_UML[0m. This is useful for making
[31mCONFIG_UML[0m act as a network monitor for the host. You must have libcap
installed in order to build the pcap transport into [31mCONFIG_UML[0m.
For more information, see
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
has examples of the [31mCONFIG_UML[0m command line to use to enable this option.
If you intend to use [31mCONFIG_UML[0m as a network monitor for the host, say
Y here. Otherwise, say N.
config [31mCONFIG_UML_NET_SLIRP[0m
bool "SLiRP transport"
depends on [31mCONFIG_UML_NET[0m
help
The SLiRP User-Mode Linux network transport allows a running [31mCONFIG_UML[0m
to network by invoking a program that can handle [31mCONFIG_SLIP[0m encapsulated
packets. This is commonly (but not limited to) the application
known as SLiRP, a program that can re-socket IP packets back onto
the host on which it is run. Only IP packets are supported,
unlike other network transports that can handle all Ethernet
frames. In general, slirp allows the [31mCONFIG_UML[0m the same IP connectivity
to the outside world that the host user is permitted, and unlike
other transports, SLiRP works without the need of root level
privleges, setuid binaries, or [31mCONFIG_SLIP[0m devices on the host. This
also means not every type of connection is possible, but most
situations can be accommodated with carefully crafted slirp
commands that can be passed along as part of the network device's
setup string. The effect of this transport on the [31mCONFIG_UML[0m is similar
that of a host behind a firewall that masquerades all network
connections passing through it (but is less secure).
To use this you should first have slirp compiled somewhere
accessible on the host, and have read its documentation. If you
don't need [31mCONFIG_UML[0m networking, say N.
Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp"
endmenu