qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Bug 1404278] Re: tap connections not working on window


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Bug 1404278] Re: tap connections not working on windows host
Date: Wed, 7 Jan 2015 12:51:07 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Jan 06, 2015 at 09:30:46PM -0000, timsoft wrote:
> I have also run the 64bit version of qemu with the slight modification
> of the batch/cmd line
> 
> cd "c:\program files\qemu"
> qemu-system-x86_64w.exe -m 512 -net nic -net tap,ifname=tap01 -hda 
> "c:\\data\\images\\test.img"
> 
>  and get the same output both for the client(ip addr; ip route; ip
> tables -L -n  )and host (ipconfig /all).

Thanks for the information.

Since it's not clear whether the bridge configuration on the host is the
problem, I suggest removing the bridge:

Statically assign the tap interface on the host a local IP address like
192.168.5.1.

Statically assign 192.168.5.2 inside the guest.

See if guest and host can ping each other successfully.

This will show whether the problem is QEMU's tap networking or whether
the problem is the bridge configuration on the host.

Stefan

Attachment: pgpahgIbB8ckw.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]