Not working in VirtualBox
Created by: JWo1F
When I try to open localhost:3000 (on host machine) I see "ERR_CONNECTION_RESET" or "ERR_CONNECTION_ABORTED".
How to reproduce:
- Install virtualbox (5.0.26)
- Install ubuntu 16.04
- Configure port-forwarding screenshot
- Install node (6.3.1) and npm (3.10.3)
- Install create-react-app and run
create-react-app my-app
- Start it.
- Open http://localhost:3000 at host machine.
P.S: when I use "curl localhost:3000" on a guest machine all is okay. It's very strange.