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

Nordvpn gateway configuration issue #266

Open adumat opened 4 years ago

adumat commented 4 years ago

Hi, i want to make my pine64 act as nordvpn gateway on my local network. i'm using dietpi, and on the same server i have home assistant (through docker) i trying to launch that configuration

sudo openpyn it -d --allow-config /home/dietpi/portconfig.json --p2p --silent -f

portconfig.json:

[
    {
        "port": 80,
        "protocol": "both",
        "internal": false
    },
    {
        "port": 443,
        "protocol": "both",
        "internal": false
    },
    {
        "port": 22,
        "protocol": "both",
        "internal": true
    }

]

but when openpyn is active i can't see any "benefit". i am on test branch for trying to resolve this issue #258 my phone is configured to use my server as gateway and dns. than the issue is 2:

Thank you