I run a web server (lighttpd) to serve a few pages to the world. I’ve installed the nordvpn client and when I run it two expected things happen:
- I lose my SSH connection to the machine, and
- My website becomes inaccessible to the public
Is it possible to run the VPN and still maintain the SSH connection on the local net and the web server connection on the internet?
Thanks, I didn’t know about any of this before. I’m running services on the OS (Raspbian, on a Raspberry Pi 3B+).
Should I be looking into running the web server or the VPN from docker to get access to these features?