Opened 3 years ago
Closed 3 years ago
#20414 closed defect (duplicate)
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
#20419