Not a duplicate - I searched a lot and tried to use suggestions from many articles, including answers to this question: VirtualBox: How to set up networking so both host and guest can access internet and talk to each other and this article. But in the end I get "ERR_CONNECTION_TIMED_OUT".
I have Windows 10, latest VirtualBox with CentOS 7 on it. I installed nginx and configured server to listen to port 8080, server name localhost
. I want to connect to the nginx server from host (windows).
I tried NAT, Bridged network, Host-only e.t.c. Same result. Tried to set up static IP on CentOS. Tried to allow all input/output network requests from/to IPs: 192.168.56.1 (according to VirtualBox, this is host local IP) and 192.168.56.110 in Windows Firewall.
I can ping/check with curl that my nginx server is working fine. So this is not the case.