[uml-user] UML Networking problem

2008-02-21 Thread Pieter Steyn
UML, even though the host is not configured with such a subnet. Is this possible? The purpose is so that someone can change the UML ip to work on any network without having to touch the host configs. (after initial configuration of host ofcourse) Any help will be much appreciated! Kind regards, Pi

Re: [uml-user] UML Networking problem

2008-02-21 Thread Pieter Steyn
Hi Jeff, > The host needs to know that 192.168.213.x is routed > through tap0 (or whatever). The host cannot know about 192.168.213.x in this case, I want the UML to be able to set it's IP to _any_ network without the host's config being changed. I don't want the user to even know the host is

Re: [uml-user] UML Networking problem

2008-02-22 Thread Pieter Steyn
Thanks guys, I finally got it working by turning STP on. Here's the full working command for me, just incase someone else wants to do something similar in future. :) (note: proper permissions are not really considered yet.) #on HOST (bridge setup) modprobe tun tunctl -u root brctl addbr br0

Re: [uml-user] UML Networking problem

2008-02-22 Thread Pieter Steyn
Thank you Jan, I'll keep this in mind. Regards, Pieter Steyn > On 2/22/08, Jan Wolff <[EMAIL PROTECTED]> wrote: > > You may consider putting turning forwarding delay to zero in this > configuration. I always had problems in the beginning with scripts like > that bec