qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] Qemu port on Windows to support tun/tap
@ 2004-12-30  3:05 Ming-Ching Tiew
  2004-12-30  5:41 ` [Qemu-devel] " Alexander E. Patrakov
  0 siblings, 1 reply; 4+ messages in thread
From: Ming-Ching Tiew @ 2004-12-30  3:05 UTC (permalink / raw)
  To: qemu-devel


[-- Attachment #1.1: Type: text/plain, Size: 963 bytes --]


> I started it this way :-
>
> qemu.exe -L .\bios -nics 1  -tap tap0801 -m 8 -boot a -fda linux.img -enable-audio -localtime
>
> Is the name "tap0801" correct ? 

OK I got it partially working now. Looks like the name is not the "device driver" name,
but rather, the arbitrary network interface name assigned during the installation,
which is normally it the form of "Local Area Connection x". I renamed and matched it
accordingly, then the above works. I could now ping between the guest OS and
host OS.

But still there are other problems, such as :-

1. If I start up second instance of guest OS, it will not join the network. Looks like
   somewhere there is a limitation on single open.

2. And I can't have multiple network cards within one guest OS using the 
   tap devices. 

Anyway, I view this as the current limitation of the software. Until changes
made to improving it, I will have to live with this limitation.

Cheers.


[-- Attachment #1.2: Type: text/html, Size: 2928 bytes --]

[-- Attachment #2: InterScan_SafeStamp.txt --]
[-- Type: text/plain, Size: 250 bytes --]

****** Message from InterScan E-Mail VirusWall NT ******

** No virus found in attached file noname.htm
** No virus found in attached file noname.htm

This mail has been scanned by InterScan.
*****************     End of message     ***************


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: Qemu port on Windows to support tun/tap
  2004-12-30  3:05 [Qemu-devel] Qemu port on Windows to support tun/tap Ming-Ching Tiew
@ 2004-12-30  5:41 ` Alexander E. Patrakov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander E. Patrakov @ 2004-12-30  5:41 UTC (permalink / raw)
  To: qemu-devel

Ming-Ching Tiew wrote:

> 
>> I started it this way :-
>>
>> qemu.exe -L .\bios -nics 1  -tap tap0801 -m 8 -boot a -fda linux.img
>> -enable-audio -localtime
>>
>> Is the name "tap0801" correct ?
> 
> OK I got it partially working now. Looks like the name is not the "device
> driver" name, but rather, the arbitrary network interface name assigned
> during the installation, which is normally it the form of "Local Area
> Connection x". I renamed and matched it accordingly, then the above works.
> I could now ping between the guest OS and host OS.
> 
> But still there are other problems, such as :-
> 
> 1. If I start up second instance of guest OS, it will not join the
> network. Looks like
>    somewhere there is a limitation on single open.
> 
> 2. And I can't have multiple network cards within one guest OS using the
>    tap devices.
> 
> Anyway, I view this as the current limitation of the software. Until
> changes made to improving it, I will have to live with this limitation.

When you try to use multiple instances of qemu on tun/tap network, you must
make sure that each virtual machine gets its own MAC address.

qemu -macaddr 52:54:00:12:34:56 ....
qemu -macaddr 52:54:00:12:34:57 ....

Here 52:54:00 is Realtek and 12:34:56 is what you can change.

-- 
Alexander E. Patrakov

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: Qemu port on Windows to support tun/tap
@ 2004-12-30 13:50 Ming-Ching Tiew
  0 siblings, 0 replies; 4+ messages in thread
From: Ming-Ching Tiew @ 2004-12-30 13:50 UTC (permalink / raw)
  To: qemu-devel


[-- Attachment #1.1: Type: text/plain, Size: 921 bytes --]


>> 1. If I start up second instance of guest OS, it will not join the
>> network. Looks like
>>    somewhere there is a limitation on single open.
>> 
>> 2. And I can't have multiple network cards within one guest OS using the
>>    tap devices.
>> 
>> Anyway, I view this as the current limitation of the software. Until
>> changes made to improving it, I will have to live with this limitation.

>
> When you try to use multiple instances of qemu on tun/tap network, you must
>make sure that each virtual machine gets its own MAC address.
>
>qemu -macaddr 52:54:00:12:34:56 ....
>qemu -macaddr 52:54:00:12:34:57 ....
>
>Here 52:54:00 is Realtek and 12:34:56 is what you can change.

I did that when I performed the testing, because I found all these 
things to be working perfectly on Linux host. I am just not able 
to get it working with windows port combined with tap-win32 driver.

Cheers

[-- Attachment #1.2: Type: text/html, Size: 1883 bytes --]

[-- Attachment #2: InterScan_SafeStamp.txt --]
[-- Type: text/plain, Size: 250 bytes --]

****** Message from InterScan E-Mail VirusWall NT ******

** No virus found in attached file noname.htm
** No virus found in attached file noname.htm

This mail has been scanned by InterScan.
*****************     End of message     ***************


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Re: Qemu port on Windows to support tun/tap
@ 2004-12-30 14:29 Ming-Ching Tiew
  0 siblings, 0 replies; 4+ messages in thread
From: Ming-Ching Tiew @ 2004-12-30 14:29 UTC (permalink / raw)
  To: qemu-devel


[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]



  I did that when I performed the testing, because I found all these 
  things to be working perfectly on Linux host. I am just not able 
  to get it working with windows port combined with tap-win32 driver.

Like to further elaborate that I use the vde method on Linux, and it
works perfectly. And I am not talking about setting two instances of 
qemu on different network and get the traffic to route via the host OS. 
That I know will probably work but that's not what I want to accomplish.
I want the two instances of qemu to be on the same network.

Cheers

[-- Attachment #1.2: Type: text/html, Size: 1833 bytes --]

[-- Attachment #2: InterScan_SafeStamp.txt --]
[-- Type: text/plain, Size: 250 bytes --]

****** Message from InterScan E-Mail VirusWall NT ******

** No virus found in attached file noname.htm
** No virus found in attached file noname.htm

This mail has been scanned by InterScan.
*****************     End of message     ***************


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-30 14:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30  3:05 [Qemu-devel] Qemu port on Windows to support tun/tap Ming-Ching Tiew
2004-12-30  5:41 ` [Qemu-devel] " Alexander E. Patrakov
  -- strict thread matches above, loose matches on Subject: below --
2004-12-30 13:50 Ming-Ching Tiew
2004-12-30 14:29 Ming-Ching Tiew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).