QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Michael
Hi, I've tried to run 5 QEMU guests simultanously but when trying to start the 5th I'll get the following error message: warning: could not open /dev/tun7 (No such file or directory): no virtual network emulation Could not initialize device 'tap' I have no idea why it looks for /dev/tun7 but

Re: QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Michael
Hi, thanks for your fast answer. Marcus Andree schrieb: Maybe you'll have to compile a new kernel. There's an options(4) option called tun. I had to add something like pseudo-device tun 16 I read something while googling for this issue that you had to add something like that for older

Re: QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Marcus Andree
On 10/25/07, Michael [EMAIL PROTECTED] wrote: Hi, I've tried to run 5 QEMU guests simultanously but when trying to start the 5th I'll get the following error message: warning: could not open /dev/tun7 (No such file or directory): no virtual network emulation Could not initialize device

Re: QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Marcus Andree
comments inline. On 10/25/07, Michael [EMAIL PROTECTED] wrote: Hi, thanks for your fast answer. Marcus Andree schrieb: Maybe you'll have to compile a new kernel. There's an options(4) option called tun. I had to add something like pseudo-device tun 16 I read something while

Re: QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Claudio Jeker
On Thu, Oct 25, 2007 at 10:37:32AM -0200, Marcus Andree wrote: On 10/25/07, Michael [EMAIL PROTECTED] wrote: Hi, I've tried to run 5 QEMU guests simultanously but when trying to start the 5th I'll get the following error message: warning: could not open /dev/tun7 (No such file or

Re: QEMU /dev/tun issue with tun device number 3 (more than 4 guests)

2007-10-25 Thread Claudio Jeker
On Thu, Oct 25, 2007 at 11:03:56AM -0200, Marcus Andree wrote: comments inline. On 10/25/07, Michael [EMAIL PROTECTED] wrote: Hi, thanks for your fast answer. Marcus Andree schrieb: Maybe you'll have to compile a new kernel. There's an options(4) option called tun. I had to add