Re: [uml-user] multiple vms using tun/tap

2009-08-21 Thread andy baxter
Thanks for the info. I've managed to get it working by putting the tap devices for the two VMs on different networks (192.168.2.0 and 192.168.3.0). Both machines are booting OK now. I'd still like to find a way of running both the VMs through a single host device, as if I add any more then my f

Re: [uml-user] multiple vms using tun/tap

2009-08-20 Thread Jonas Meyer
I should have mentioned the second script goes in /etc/uml/ and is named machine1.sh Jonas On Thu, 2009-08-20 at 19:27 -0400, Jonas Meyer wrote: > What you are trying to do is possible, but requires a little bit of > funny command line scripting. Here are some scripts I wrote to boot UML > machi

Re: [uml-user] multiple vms using tun/tap

2009-08-20 Thread Jonas Meyer
What you are trying to do is possible, but requires a little bit of funny command line scripting. Here are some scripts I wrote to boot UML machines. You will need to create /etc/uml/, a uml-net user group, and put each virtual machine as a user in its own home directory. Swap files should be na