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

Question about whitelisting #284

Open yuriw opened 2 years ago

yuriw commented 2 years ago

Hello all

This is somewhat unrelated question, but I am looking for help from smart people like on this project.

I am running NordVPN Version 3.9.0 and whitelist subnets and ports as: Whitelisted ports: 22 (UDP|TCP) 5900 (UDP|TCP) 9091 (UDP|TCP) Whitelisted subnets: 192.168.90.0/24 192.168.0.0/16 10.0.20.0/24 192.168.70.0/24 192.168.20.0/24

The purpose of it is that I'd like to be able to access the Ubuntu box where NordVPN runs from 192.168.70.x and 192.168.90.x subnets via ssh and vns.

Everything works great until I upgrade to any new version after 3.9.0, I tried the latest Version 3.12.0 yesterday.

What happens - I can't ping, ssh or vns from 192.168.70.x sub. Note: 192.168.90.x still works fine, but it's the same as the Ubuntu box where NordVPN runs from (this box IP is 192.168.90.68)

NordVPN support said that there is nothing they can recommend and they plan to rewrite whitelisting interfaces.

I am hoping that people here can give me some clues on how to fix/workaround this issue.

Thanks in advance!