[uml-user] Is this uml-using-networks list exhaustive:

2008-02-26 Thread clowncoder
Hello, I would like to know all the links about networks emulated in a PC using UML, up to now I have: VNUML: http://www.dit.upm.es/vnumlwiki/index.php/Main_Page NETKIT: http://www.netkit.org MARIONNET: http://www.marionnet.org VDE: http://vde.sourceforge.net a

Re: [uml-user] Easy to use uml-based network

2008-02-25 Thread clowncoder
t_uml_clownix script. For the documentation, it is no yet done, but I know it is necessary. David Fernández wrote: > Hi Vincent, > > > -Mensaje original- > > De: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] En nombre de clowncoder > > Enviado el: lu

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

2008-02-22 Thread clowncoder
I would be very interested in the result of this experiment! Christopher Marshall 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 u

[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] ipv6 config on guest UML

2008-02-11 Thread clowncoder
I have an uml machine in which I do: ip -6 addr add 2001:a:b::1/64 dev eth0 then on the host machine I do: (tap0 is connected to uml eth0 with a of uml_switch-like software) ip -6 addr add 2001:a:b::2/64 dev tap0 then ping6 2001:a:b::2 from within the uml works ping6 2001:a:b::1 from

Re: [uml-user] Easy to use uml-based network

2008-02-11 Thread clowncoder
al- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de lanas > Enviado el: viernes, 01 de febrero de 2008 2:42 > Para: user-mode-linux-user@lists.sourceforge.net; [EMAIL PROTECTED] > Asunto: Re: [uml-user] Easy to use uml-based network > > Le Samedi, 22 Dcembre 200

Re: [uml-user] Multicast example from the book

2008-02-10 Thread clowncoder
Complete network simulation that works properly already exists at http://clownix.net I know it is long to download and unzip, but give it a chance to dazzle you. Vincent Perrier lanas wrote: > Le Samedi, 9 Février 2008 14:41:09 -0500, > lanas <[EMAIL PROTECTED]> a écrit : > > >> Does this gener

[uml-user] uml and firefox

2008-01-30 Thread clowncoder
Hello, I get a strange behaviour as far as isolation is concerned between an uml machine and the host, my uml machine is isolated from any network, if firefox is already running in the host, running firefox in the uml machine creates an instance of firefox that is not isolated: the browser can br

Re: [uml-user] another networking error

2008-01-06 Thread clowncoder
Of course, the modules are in the file-system, so you cannot have modules just by doing make ARCH=um If you want a customised kernel, you have also to customise the file-system you are using by copying your modules into it. To copy stuff to your file system, you can do "mkdir mount_dir" "mount -o

[uml-user] Easy to use uml-based network

2007-12-22 Thread clowncoder
Hello, If you want to use uml to simulate a network, you can try the very easy to use network at http://clownix.net, download uml_clownix_net_03.tar.gz, (it is a bit big) it contains an LFS-based file-system fully equiped for compilation and network observation (tshark, tcpdump...), the uml kerne

[uml-user] uml_clownix: new network utility

2007-11-25 Thread clowncoder
Hello, A complete solution, for networking with uml is now availlable at http://clownix.net it consists of a 200Mega compressed file system, the uml kernel 2.6.23.8, and a new networking layer called uml_clownix. This platforme was made to test ipv6 mobility, the links between uml machines can b