Static IP / IP Range for Site hosted on Google App Engine

0 views
Skip to first unread message

iPRIMED Athena via StackOverflow

unread,
Dec 9, 2014, 11:00:36 PM12/9/14
to google-appengin...@googlegroups.com

Our site is hosted on Google App Engine which means we do not have a server farm with dedicated IP addresses that can be contacted “directly”. It is an elastic farm that spins up with load.

But our client is looking for static ips to route it through firewall and provide suitable access for this site: "Proxy does not support any voice and video, hence I have to know all the Ip used for this portals so that I can route this via Firewall."

Is there anyway to list all the IP used for a site hosted on Google App engine?

regards, Kanchan



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/27393093/static-ip-ip-range-for-site-hosted-on-google-app-engine

Paul Collingwood via StackOverflow

unread,
Dec 10, 2014, 4:55:49 AM12/10/14
to google-appengin...@googlegroups.com

The best you can achieve is this:

App Engine's current range of outgoing IP addresses are encoded in the sender policy framework (SPF) record of _cloud-netblocks.googleusercontent.com. You may need to recursively perform DNS SPF lookups to resolve the entire list of IP ranges. Start by resolving _cloud-netblocks.googleusercontent.com

https://cloud.google.com/appengine/kb/general#static-ip

You could of course do it the other way round and only allow access to your application from a specific IP range.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/27393093/static-ip-ip-range-for-site-hosted-on-google-app-engine/27397942#27397942
Reply all
Reply to author
Forward
0 new messages