¿Alguien tiene algún caso de uso en el que se pueda utilizar la nube n8n para acceder a un servidor que está detrás de una VPN L2TP?
-
Versión n8n: última
-
Base de datos (predeterminada: SQLite): Postgresql
-
Configuración n8n EXECUTIONS_PROCESS (predeterminado: propio, principal): predeterminado
-
Ejecución de n8n a través de (Kubernetes): n8n cloud
1 curtida
This is currently not directly supported in the cloud instance. You will need to setup a jump server to connect to a VPN via n8n cloud.
1 curtida
I haven’t done exactly that setup, but accessing a server behind an L2TP VPN from n8n Cloud can be tricky since you don’t control the network layer directly. Usually people solve it with a self-hosted n8n inside the same network or by exposing a secure endpoint.
For VPN access on my side, I’ve been using the https://apps.apple.com/us/app/fastvpn-secure-private/id1381516895 , and it’s been pretty stable and easy to manage connections. It might help depending on your setup.