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

Interfaces are set up on the host and work correctly
with Redhat / Fedora guests (ifcfg-eth0 and
ifcfg-eth1) and with Slackware guests rc.inet1.cfg

Any ideas?

Thanks for your help.

-Steve Johnson



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
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

Reply via email to