Steve Johnson wrote:
Does anyone know the secret to adding multiple
ethernet interfaces to Debian UML guests? Or how to
add multiple IP numbers to a Debian UML guest?
My interfaces file:
# /etc/network/interfaces -- configuration file for
ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created
during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0 eth1
iface eth0 inet static
address 10.1.1.10
netmask 255.255.255.0
gateway 10.1.1.1
iface eth1 inet static
address 10.1.1.11
netmask 255.255.255.0
gateway 10.1.1.1
Assuming you set up two tuntap-interfaces on the host, something like so?
auto eth0
iface eth0 inet static
address 10.1.1.10
netmask 255.255.255.0
gateway 10.1.1.1
auto eth1
iface eth1 inet static
address 10.1.1.11
netmask 255.255.255.0
HTH,
Olivier
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user