<div dir="ltr">Thank you for your reply.<br><br>Please let me sure.<br><br>> 1) the way that almost all wireless connections work (only traffic<br>to/from a single MAC address is allowed on a particular wireless<br> connection).<br><br>> 2) Because of (1), the Linux kernel doesn't allow wireless network<br>devices to be attached to a Linux host bridge device.<br><br>So, what you are saying is the authentication between wireless access point and client ? ( For example ,I think if linux pc allowed each wireless bridge ,more authentication is needed to another access point. )<br><br>Or ,Because of is it hard to treat four MAC addresses these are needed to bridge (src/dest MAC adresses in each wired nework and wireless network)?<br><br>Sorry for I'm getting off track of libvirt.<br><br><div>Best regards.</div><div><br></div><div>P.S. Thanks for the compliment on the machine translation. I'm getting happy too :-)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020年7月8日(水) 1:43 Laine Stump <<a href="mailto:laine@redhat.com">laine@redhat.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/7/20 11:26 AM, ryotaro kobayashi wrote:<br>
> Hello, everyone.<br>
> <br>
> I'm from japan and using machine translation, so I apologize if it's <br>
> hard to read.<br>
> <br>
> I am currently trying to build a virtual environment using Ubuntu and kvm.<br>
> <br>
> However, I found out from the following page that the virtual machine <br>
> cannot use the bridge network because I am using a wireless network.<br>
> <br>
> <a href="https://wiki.libvirt.org/page/Networking" rel="noreferrer" target="_blank">https://wiki.libvirt.org/page/Networking</a><br>
> <br>
> I am having trouble with this because my PC is using a wireless LAN.<br>
> <br>
> On that page it says "wireless interfaces cannot be attached to a Linux <br>
> host bridge",  I Can you tell me why this is so?<br>
> <br>
> Is it a limitation of the NIC driver for the wireless LAN?<br>
<br>
Not really.<br>
<br>
> Or is it a limitation of libvirt?<br>
<br>
Definitely not. Completely out of libvirt's control.<br>
<br>
<br>
It is a limitation of<br>
<br>
1) the way that almost all wireless connections work (only traffic <br>
to/from a single MAC address is allowed on a particular wireless <br>
connection).<br>
<br>
(Yes, I know there are some wireless modes that allow multiple MAC <br>
addresses on a single association. But those modes aren't supported by <br>
most wireless APs or clients.)<br>
<br>
2) Because of (1), the Linux kernel doesn't allow wireless network <br>
devices to be attached to a Linux host bridge device.<br>
<br>
<br>
Some people have had success with IPv6 by enabling proxy ARP on the <br>
bridge device and wireless interface (without directly attaching them to <br>
each other, then manually adding a host route pointing to the guest's <br>
IP. It might be possible to do something similar for IPv4 using proxy <br>
ARP, but I personally haven't played with the idea.<br>
<br>
</blockquote></div>