4

We are making application on Google App Engine but it has to connect from static IP address to another service. I'm searching the best way to route traffic through static IP.

I was thinking that the easiest way would be to set up a proxy on Google Compute Engine but maybe someone have better idea.

Have you ever done something like this? What is the simplest aproach?

Jacek
  • 71
  • 1
  • 4
  • How (if at all) did you eventually solve this? I was thinking exactly along the same path, and I'm now considering implementing a reverse proxy on Google Compute Engine. – DannyA Nov 30 '14 at 08:21
  • We have set up VM on Compute Engine and used it as a gateway. On this VM we have placed app which comunicates with App Engine and external service – Jacek Dec 22 '14 at 13:48
  • Same as we have eventually. We set a small machine an Compute Engine with nginx set as a reverse proxy to our App Engine server. – DannyA Dec 23 '14 at 08:17

1 Answers1

0

Node based http / https proxy

  • Get a VPS with an static ip address.
  • Install Node JS
  • Follow the instruction on this GitHub project and you will have a high performance proxy running in no time.

https://github.com/TellusTalk/Node_Proxy