Win10 nat no internet

Discussions about using Windows guests in VirtualBox.
Post Reply
Jazze77
Posts: 3
Joined: 25. Nov 2018, 02:42

Win10 nat no internet

Post by Jazze77 »

Hi. New to this software.
I have a win10 guess on a win10 host. Due to a vpn issue.
My problem is that my guest win10 don't have internet access. Ping works both with ip or sitename like www-goolge-com (after setting the natdnshostresolver to on). But I can't use I browser to access the internet. Despite managing to resolve the ip. The host have its firewall on But I have limited access to it I can add rules but I can not exclude networkcards from it. For the guest I have tested both firewall on and off but no difference. Any tips or trix to resolve this. Is there a firewall in the NAT engine that I can inspect?

Sincerly
Fredrik B
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Win10 nat no internet

Post by mpack »

VPN connections can't be shared. Is that what you were trying to do?
Jazze77
Posts: 3
Joined: 25. Nov 2018, 02:42

Re: Win10 nat no internet

Post by Jazze77 »

Hi
Maybe it can't, but it works. my issue is that port 80 and 443 seams to be blocked outgoing from the guest.
Jazze77
Posts: 3
Joined: 25. Nov 2018, 02:42

Re: Win10 nat no internet

Post by Jazze77 »

Hi. a small update here. Regardless of the vpn on the host being on or off. port 80 and 443 is blocked outgoing.
I enabled the network trace option in virtualbox. and after recreating the issue on my guest I analysed the trace file and no trace of me trying to access the internet.
Anyone out there have any tips on how to fix this??
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Win10 nat no internet

Post by socratis »

Jazze77 wrote: Is there a firewall in the NAT engine that I can inspect?
Jazze77 wrote:port 80 and 443 is blocked outgoing
VirtualBox doesn't have a firewall.

Try the following "commands" from a Command Prompt on your guest. I've included a sample output, with only the parameters that you should be focusing on:
> ipconfig /all
   Physical Address. . . . . . . . . : 08-00-27-36-28-0C
   IPv4 Address. . . . . . . . . . . : 10.0.2.15(Preferred)
   Default Gateway . . . . . . . . . : 10.0.2.2
   DNS Servers . . . . . . . . . . . : 1.1.1.1
Then, once you have the key values, try the following commands:
> ping <DefaultGateway>             <-- tests your connectivity
> ping 1.1.1.1                      <-- tests outgoing connectivity
> ping download.virtualbox.org      <-- tests name resolution
If you can "ping <DefaultGateway>", if you can "ping 1.1.1.1", if you can "ping download.virtualbox.org", VirtualBox is working as it should. You should look elsewhere for your networking connectivity. Look in your host for firewalls, proxies, antivirus filters, web-cleaning applications, redirectors, etc.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply