The --host flags limits the IP addresses the dev_appserver binds to (https://en.wikipedia.org/wiki/Berkeley_sockets#bind.28.29). Use --host 0.0.0.0 to bind to all available IP addresses on the machine.
On Monday, July 27, 2015 at 8:15:40 AM UTC-7, Tasos Kallergis wrote: > > Hello, i set --host 127.0.0.1 to listen my application from Google App > Engine Laucher extra flags. > When i try to access from a remote computer to this google app engine > application using the local ip of the google app engine computer > i.e(192.168.1.3:8080), the connection could not be happen? When i change > the --host to 192.168.1.3, it works. > Why is this happening? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2f862a22-7fb6-443a-8cf2-ede366a92fc1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
