We are trying to establish an ftp connection for a workflow, but we require a static IP address for security reasons. We saw n8n can’t provide a static IP. Is there any workaround or solution to be able to connect it?
Hey @ElenaG-ul, hope all is good. Welcome to the community.
An obvious solution would be to proxy your connection through another host, which does have a static ip address.
Side note:
While it was a solid approach while back, using a static IP address whitelisting for “security reasons” is generally not the best idea. It gives a false sense of security for the price of flexibility, scalability and maintainability.