Re: [uml-user] running uml under colinux on windows

2008-02-21 Thread Dan Kegel
<[EMAIL PROTECTED]> wrote: > Has anyone tried this? > > I have to run windows on my workstation at work but need root access to > several linux instances to run networking experiments. > > My preferred way to do that would be to run uml instances under a single > colinux running under windows o

[uml-user] running uml under colinux on windows

2008-02-21 Thread Christopher Marshall
Has anyone tried this? I have to run windows on my workstation at work but need root access to several linux instances to run networking experiments. My preferred way to do that would be to run uml instances under a single colinux running under windows on my workstation. Chris Marshall --

[uml-user] Virtual Network based on UML

2008-02-21 Thread clowncoder
A new version of the virtual networking tool is ready for download, it is big (350 megas) but full of open-source goodies. As usual, the olsr, ospf and mipv6 demos are ready to run, but with an interactive graphical display of the network topology. Based on a gtk plugin for graphviz, it gives amazi

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