On Mon, May 23, 2005 at 06:37:40PM +0200, Celso González wrote:
> On Mon, May 23, 2005 at 09:02:48AM -0700, Anthony Brock wrote:
> > Are you on the same network as the machine, or are you remote? If you're 
> > remote, have you ensured that you're machines default route is still active 
> > after you've reconfigured for bridging?
> 
> Yup, the interface dont have a default route
> I have added after bringing the bridge up and almost everything works
> right
> 
> My new problem is that I can access the uml via the public ip only from
> the host machine. Still investigating

After add the default gateway to the bridge i have to setup a few things

#Host

Activate ip forwarding 
echo 1 > /proc/sys/net/ipv4/ip_forward

#UML

Add default route to the host machine
route add default gw host_public_ip

This solves all my problems and the uml and the host machine are working
now

Thanks to everybody

-- 
Celso Gonzalez
http://mitago.net


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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