openpyn-nordvpn icon indicating copy to clipboard operation
openpyn-nordvpn copied to clipboard

Nordvpn gateway configuration issue

Open adumat opened this issue 4 years ago • 0 comments

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:

  • i can't connect to my server on port 443
  • i can't use the server as vpn gateway Can you help me?

Thank you

adumat avatar May 05 '20 11:05 adumat