Specify the bind destination address with the --host option in dev_appserver.py. If it is 0.0.0.0, you can connect from any interface
$ google_appengine/dev_appserver.py --host 0.0.0.0 helloworld
I was addicted to building a Linux environment on VirtualBox and trying to test it from the host OS with port forwarding.
Recommended Posts