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
Win10 nat no internet
-
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
VPN connections can't be shared. Is that what you were trying to do?
Re: Win10 nat no internet
Hi
Maybe it can't, but it works. my issue is that port 80 and 443 seams to be blocked outgoing from the guest.
Maybe it can't, but it works. my issue is that port 80 and 443 seams to be blocked outgoing from the guest.
Re: Win10 nat no internet
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??
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
Jazze77 wrote: Is there a firewall in the NAT engine that I can inspect?
VirtualBox doesn't have a firewall.Jazze77 wrote:port 80 and 443 is blocked outgoing
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:
Then, once you have the key values, try the following commands:> 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
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.> ping <DefaultGateway> <-- tests your connectivity > ping 1.1.1.1 <-- tests outgoing connectivity > ping download.virtualbox.org <-- tests name resolution
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.
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.