Page 2 of 2

Re: VB Does not connect the Internet via Wi-Fi

Posted: 14. Feb 2019, 21:17
by cgallego
Attached, the file, thank you.

Re: VB Does not connect the Internet via Wi-Fi

Posted: 14. Feb 2019, 21:41
by socratis
00:00:08.041466 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:08.041467   IfPolicyPromisc      <string>  = "deny" (cb=5)
00:00:08.041468   IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:08.041469   Network              <string>  = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3" (cb=65)
00:00:08.041470   Trunk                <string>  = "VirtualBox Host-Only Ethernet Adapter #3" (cb=41)
00:00:08.041471   TrunkType            <integer> = 0x0000000000000004 (4)
You have one network card, which you've attached to your HostOnly network. No wonder you can't get on the Internet. Shut down the VM, go to the VM Settings » Network » Adapter 1 » Attached to: change it to NAT. Restart the VM...

Re: VB Does not connect the Internet via Wi-Fi

Posted: 14. Feb 2019, 22:06
by cgallego
Perform actions, change to NAT, restart and remain offline.

Re: VB Does not connect the Internet via Wi-Fi

Posted: 14. Feb 2019, 22:38
by andyp73
Can you post the latest output from running ipconfig /all in the guest and re-running the ping tests that socratis described a few posts back?

-Andy.

Re: VB Does not connect the Internet via Wi-Fi

Posted: 15. Feb 2019, 08:25
by socratis
I'm wondering why we have to repeat the instructions for testing the connectivity it after every little change... :roll:

Re: VB Does not connect the Internet via Wi-Fi

Posted: 15. Feb 2019, 16:49
by cgallego
everything is the same It is not clear to me what is happening.

Re: VB Does not connect the Internet via Wi-Fi

Posted: 15. Feb 2019, 16:57
by andyp73
Unfortunately, your responses are starting to make less and less sense!

If you have reconfigured the network to be NAT (and haven't screwed up the rest of VirtualBox) then the adapter within the guest should now have a 10.0.2.xxx IP address.

-Andy.