Opened 4 years ago
Last modified 4 years ago
#20419 awaitsfeedback defect
NAT Port Forwarding CONN RESET ISSUES
Reported by: | windmillcode | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 6.1.22 |
Keywords: | port forward, REST, P | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
Trying to port forward port 10000-10002 between the windows 10 pro host OS windows 10 enterprise guest OS
on those ports the guest contains the microsoft azure storage emulator endpoints.
I am trying to make REST API call to those endpoints from the host OS will no sucess.
So far, I have turned off the windows defender firewall in the Guest OS and allowed for the TCP,UDP inbound outbound connections on the HOST OS. I also upgraded my VM FROM 6.1.18-142142 TO 6.1.22-144080.This happend for browser, web app API, python and C#. We know this is the case becuase the API call to MySQL on guest 3306 works sucesfully and on turning off the guest OS, the failed call indicated the MySQL server was only on the guest
The results were from a HTTP Requests that hangs to a requests that respond "CONNECTION RESET", this happend on both versions of virtual box
Change History (4)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Status: | new → awaitsfeedback |
---|
comment:3 by , 4 years ago
Does anyone think nordvpn might be the culprit here I have disabled it altoghether because of connectivity issues
comment:4 by , 4 years ago
Does anyone think ngrok also might be the culprit, I uninstalled nordvpn from my computer yet the only thing that stills works is mysql port 3306 from the win 10 enterprise guest OS.
I have tried the same environment in a kali linux vm and and installing for ubuntu. In Kali, there are specifc error message while trying to connect to the MySQL service. and the same general error for ports 10000 - 10002. Most likely an os issue at this point