By mvsrsaipavan
I am using the droplet for a NodeJS app, when I enable the nordvpn I am not able to SSH from my pc and also not able to connect to my nodejs app which is running on port 5000.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, The problem here that I understand is that when you connect your droplet with Nord VPN all the outbound traffic is transferred through the VPN tunnel. When you SSH into the droplet the first connection from your local machine to the droplet will be through droplet public IP but when the droplet replies to the SSH connection it send traffic over the VPN tunnel which is why the cycle doesn’t complete and you can not connect SSH to your droplet.
I would prefer to add a route for your system IP (Public IP) that all of your traffic for your specific IP is routed over the default interface configured on the droplet.
https://devconnected.com/how-to-add-route-on-linux/ https://www.linuxtechi.com/add-delete-static-route-linux-ip-command/
Thanks Mohsin Saeed
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.