Hi Leonardo, If you're talking App Engine <https://cloud.google.com/appengine/docs> (the group you're posting to here), port redirection is a little too low level, as App Engine is Platform As A Service and so doesn't expose all the low-level details of the computers that run your app's code. If you want to listen for FTP control (port 21, traditionally), you can do this on Compute Engine <https://cloud.google.com/compute/> quite easily, and you can find the details in the docs <https://cloud.google.com/compute/docs/networking> on networking and firewalls. With Compute Engine, you can listen to ports as on a traditional box.
If this isn't what you were wanting to know about, I'd suggest making a more specific technical question and posting it on one of our tags over at serverfault <http://serverfault.com/questions/tagged/google-compute-engine>, such as google-compute-engine, as that space is more in line with what you're asking here, while this group should be used for more general questions or discussion. On Wednesday, May 20, 2015 at 9:23:02 PM UTC-4, Leonardo Soares wrote: > > Anyone know how to redirect port 21 of the external ip for the internal ip > of an instance? > -- 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/f5d06f80-92b3-42b2-98ae-e2bec3374609%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
