Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nordvpn gateway configuration issue #266

Open
adumat opened this issue May 5, 2020 · 0 comments
Open

Nordvpn gateway configuration issue #266

adumat opened this issue May 5, 2020 · 0 comments

Comments

@adumat
Copy link

adumat commented May 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant