Giter Site home page Giter Site logo

auth. failures about nordvpn HOT 8 CLOSED

bubuntux avatar bubuntux commented on August 11, 2024
auth. failures

from nordvpn.

Comments (8)

bubuntux avatar bubuntux commented on August 11, 2024

Does your password contain the $ character by any chance?
if so you can you try to replace it with \$, so for example if the password is pa$word try adding the env variable as pa\$word
if not, does it contains another special character? i imagine one of them may cause the issue

from nordvpn.

bubuntux avatar bubuntux commented on August 11, 2024

or just define your password sounder by single quotes
-e PASS='yourPa$$word' that may also work

from nordvpn.

lavaguy1 avatar lavaguy1 commented on August 11, 2024

Thanks for the quick response. I'll give it a try, but it's odd that it worked until yesterday...

from nordvpn.

lavaguy1 avatar lavaguy1 commented on August 11, 2024

No, neither of those worked. Even tried changing my password. Still getting auth failure... could it be choking on the user Id? It's an email address...
Also, I'm setting everything up using docker-compose and a yml file that also worked fine until 27.2.

from nordvpn.

bubuntux avatar bubuntux commented on August 11, 2024

hmm.. the email shouldn't be a problem.. are you mounting the volume /vpn by any chance?
i tried multiple password configurations using diff characters and adding the single quotes fixed it,
do you mind sharing with me more details of the command/docker-compose (leaving out the pass/user)

from nordvpn.

bubuntux avatar bubuntux commented on August 11, 2024

can you make sure to remove the auth file inside of
${USERDIR}/docker/vpn
it will write the file only if it doesn't exist already
since it probably does (and have the wrong password) you keep getting the issue

from nordvpn.

lavaguy1 avatar lavaguy1 commented on August 11, 2024

Relevant part of yml file:
version: "3.6"

services:
vpn:
container_name: vpn
restart: unless-stopped
image: bubuntux/nordvpn
cap_add:
- net_admin
volumes:
- ${USERDIR}/docker/vpn:/vpn
- /dev/net:/dev/net:z
- "/etc/localtime:/etc/localtime:ro"
- ${USERDIR}/docker/shared:/shared
devices:
- /dev/net/tun
dns:
- 8.8.8.8
- 8.8.4.4
ports:
- "8999:8999"
- "3128:3128"
- "1080:1080"
- "8080:8080"
stdin_open: true
environment:
- TZ=${TZ}
- NETWORK=192.168.178.0/24
- USER=Userid
- PASS=Password
- COUNTRY=US
- CATEGORY=P2P
- PROTOCOL=UDP
- PUID=${PUID}
- PGID=${PGID}

from nordvpn.

lavaguy1 avatar lavaguy1 commented on August 11, 2024

Thanks - deleting the auth file fixed it...

from nordvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.