-
Notifications
You must be signed in to change notification settings - Fork 19
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
impossible to do container VPN #132
Comments
should be
plus missing a * in CRON. Try this:
|
Hi @neildeadman Many thanks for your first help, I have mod the stack version: "3" Impossible to have access to internet.... In the container VPN here : |
Can you post the logs of the container? |
Here the copy of the logs : 2022-03-28 20:57:00 TLS Error: TLS handshake failed |
you could try adding the environment variable |
I have had the line in the stack and restart all... Here the logs : 2022-03-28 22:05:52 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
|
Hello at all Does anyone could help me ? Thanks |
So your username & password is wrong. Additionally, I have this set too: |
Hello
I'm trying this config file under docker compose in Portainer (Host = Pi4 8Gb)
version: "3"
services:
vpn:
image: azinchen/nordvpn:latest
container_name: nordvpn-user-pass # Nom donné au container
cap_add:
- net_admin
devices:
- /dev/net/tun
environment:
- [USER=XXXXXXXXXXXXXXX # Adresse mail du compte
- PASS=XXXXXXXXXXXXX # Mot de passe du compte
- COUNTRY=France
- GROUP=Standard VPN servers
- RANDOM_TOP=10
- RECREATE_VPN_CRON=5 /3 * * *
- CHECK_CONNECTION_CRON="/5 * * * *" -e CHECK_CONNECTION_URL="https://www.google.com/" # Vérifier connexion Internet
- NETWORK=192.168.1.0/24
- OPENVPN_OPTS=--mute-replay-warnings
ports:
- 5800:5800 # Port des autres containers susceptibles d’utiliser cet accès VPN
restart: unless-stopped
Is anyone can "read" this config and say me where is the BUG
The text was updated successfully, but these errors were encountered: