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 because the bridge waited for th

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-21 Thread clowncoder
Jeff Dike wrote: > On Thu, Feb 21, 2008 at 04:57:01PM +0200, Pieter Steyn wrote: > >> 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

Re: [uml-user] UML Networking problem

2008-02-21 Thread Jeff Dike
On Thu, Feb 21, 2008 at 04:57:01PM +0200, Pieter Steyn wrote: > 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 h

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-21 Thread Jeff Dike
On Thu, Feb 21, 2008 at 02:34:46PM +0200, Pieter Steyn wrote: > Hi guys, > > I need to be able to configure my UML instance's network to any subnet > I want, and have it route through the host machines network card. > > IE. The host has a 192.168.210.7 ip address on eth0, but I'd like to > be ab

[uml-user] UML Networking problem

2008-02-21 Thread Pieter Steyn
Hi guys, I need to be able to configure my UML instance's network to any subnet I want, and have it route through the host machines network card. IE. The host has a 192.168.210.7 ip address on eth0, but I'd like to be able to have for example: 192.168.213.2 as an IP address for the UML, even tho