Atualmente, você tem uma configuração de rede inútil:
Wi-Fi -----+
+- Bridge (visible in Windows) -+
Host-only -+ +- Bridge (invisible, managed by VirtualBox)
Virtual machine -------------+
... onde o adaptador de rede somente host não está realmente conectado a nada. Primeiro, exclua a ponte visível nesta captura de tela:
Emseguida,váparaasconfiguraçõesdamáquinavirtualnovamenteeselecioneseuadaptadorWiFinomenususpenso"Nome:":
Então,podefuncionar.SeoVirtualBoxforligadoàponte(heh),elenãopoderásaberseotráfegoestásendotransmitidopeloar.
Porqueissonãofuncionaregularmente?OwikidoOpenWrttemumaótimapáginano
Problem using standard client mode
The 802.11 standard only uses three MAC addresses for frames transmitted between the Access Point and the Station. Frames transmitted from the Station to the AP don't include the ethernet source MAC of the requesting host and response frames are missing the destination ethernet MAC to address the target host behind the client bridge.
- Bridged Host sends a packet to the Target host
- Frame is relayed via the W-LAN Client and the MAC address of the transmitting wireless adapter is used as source MAC, the sending ethernet MAC is discarded
- W-LAN AP receives the frame and redirects it to the Target
- Target receives the frame and generates a response
- Target responds to the received frame using the (wrong) source MAC as destination
- W-LAN AP relays the frame to the W-LAN Client with the given destination MAC
- W-LAN Client receives the frame and assumes it is the final destination since it's wireless MAC is used in the frame, the packet is not forwarded
- Bridged Host never sees a response frame since the W-LAN Client became the destination, no connection is possible