> > Anyway, your prolly better off doing:
> >
> > Eth0 and eth0:1 (ip alias)... I use debian stable
> as host and guest and
> > that works quite nicely
> This also avoids having to setup two interfaces on
> the UML command line.

Does this work with proxy-arped tuntap?  Do you have a
script on your host that sets up the tuntap interface
and routing?  I know this is asking a lot, but the
only way that I've been able to get multiple guest
addresses to work with tuntap on Fedora or Slackware
is to setup individual guest devices (eth0, eth1,
etc.) that use individual tap devices on the host.

Keep in mind that the original problem was specific to
Debian Stable guests only.  Multiple guest interfaces
work properly with both Fedora and Slackware.

After much trial and error, the solution that I've
discovered is to modify the /etc/network/options file
in the Debian guest and set spoofprotect=no (the
default is yes).  I have no idea what this setting is
supposed to do, but setting it to "no" allowed the
following interfaces file to work properly:

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

Hope this helps anyone else who has this problem.

-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