jotyGill / openpyn-nordvpn

Easily connect to and switch between, OpenVPN servers hosted by NordVPN on Linux (+patch leakes)
GNU General Public License v3.0
628 stars 114 forks source link

How to tell if openpyn-triggered NordVPN launch is working correctly? #277

Open felciano opened 3 years ago

felciano commented 3 years ago

Can someone please clarify what to look for to confirm that an openpyn launch has resulted in a running instance of nordvpn working correctly?

The README suggests calling systemctl status openpyn but this seems to yield a log of the startup process, which includes

However if I launch openpyn in daemon mode and then run nordvpn status, I get Status: Disconnected, so I'm trying to reconcile these results in as straightforward (replicatable) fashion as possible. Is there something I should look for in the logs to confirm openpyn things everything went well?

1951FDG commented 2 years ago

Note: openpyn uses openvpn not nordvpn

ickam commented 2 years ago

@felciano Nordvpn service file is installed by an official Nordvpn app, which unfortunately is very buggy under linux. The best way to check whether you are routing your traffic through the VPN tunnel is to check your ip, which you can do in your web browser by searching for "What's my ip", or even by executing curl ipinfo.io in another tab of terminal. If you are not successfully connected to VPN, you'll see your ISP ip and name. If you're connected to the VPN the provider name and IP will show something else.