You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
RESOLVE: Cannot resolve host address: ca-montreal.privateinternetaccess.com:1198 (Try again),
Could not determine IPv4/IPv6 protocol
Current setup
rpi4
omv5
portainer 1.24.1
docker-compose.yml file or docker run command
docker run --cap-add=NET_ADMIN
-v local path:/downloads
-v local path:/config
-v /etc/localtime:/etc/localtime:ro
-e OPENVPN_PROVIDER=PIA
-e OPENVPN_CONFIG=CA\ Montreal
-e OPENVPN_USERNAME=username
-e OPENVPN_PASSWORD=password
-e PUID=998
-e PGID=100
-e LAN=192.168.1.0/24
-p 8080:8080
guillaumedsde/alpine-qbittorrent-openvpn:latest
how did you start the container? (don't forget to use backticks for creating a proper code block)
Via portainer, filling out everything via ui
## Attempted Fix(es)
_What you have tried in order to fix the issue_ (if anything)
Added DNS entries (1.1.1.1, 8.8.8.8) in portainer, equivalent to --dns 1.1.1.1 --dns 8.8.8.8
Tried connecting to container to see if I could ping some URLs, but sendto is not permitted on this container
The text was updated successfully, but these errors were encountered:
The solution for the inspiration docker container seems unavailable so I'd recommend until the problem is sorted, you try using a custom VPN configuration as outlined in the documentation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Information
RESOLVE: Cannot resolve host address: ca-montreal.privateinternetaccess.com:1198 (Try again),
Could not determine IPv4/IPv6 protocol
Current setup
rpi4
omv5
portainer 1.24.1
docker-compose.yml
file ordocker run
commanddocker run --cap-add=NET_ADMIN
-v local path:/downloads
-v local path:/config
-v /etc/localtime:/etc/localtime:ro
-e OPENVPN_PROVIDER=PIA
-e OPENVPN_CONFIG=CA\ Montreal
-e OPENVPN_USERNAME=username
-e OPENVPN_PASSWORD=password
-e PUID=998
-e PGID=100
-e LAN=192.168.1.0/24
-p 8080:8080
guillaumedsde/alpine-qbittorrent-openvpn:latest
how did you start the container? (don't forget to use backticks for creating a proper code block)
Via portainer, filling out everything via ui
The text was updated successfully, but these errors were encountered: