Closed shuntera closed 3 years ago
Hey there!
I deleted the Privado docker image tag today as that was just automatically made on the branch when adding support for Privado.
I think Privado support was added in release tag v3.7.0 if I'm not mistaken so you can try with that image (double check in the Gitbub releases).
I'll investigate why the server selection settings are not propagated properly. In the meantime, do you mind sending your config/docker run command (and comment out your credentials)?
On a side note, the Docker image name is now qmcgaw/gluetun
for future releases and :latest
, although the older image name will mirror it for the coming few months.
Privado servers selection was changed to use only hostnames instead of cities + server numbers (reason here).
Have a look at the readme, you can use for example HOSTNAME=osl-001.vpn.privado.io
. The full list of hostnames is here. I also fixed now in 1d9d49f406f149dfdeb187404ce3018cc164b5d6 the settings logging which will show the hostnames instead of cities + server numbers.
As requested here is the gluetun section from my docker-compose file. As of today gluetun is failing and so none of my other containers are coming up, so I will figure out where it might be failing and open another issue if I can figure it out.
version: "3.7" services: gluetun: image: qmcgaw/private-internet-access:latest container_name: gluetun_vpn cap_add:
On Wed, Dec 30, 2020 at 12:39 AM Quentin McGaw notifications@github.com wrote:
Hey there!
I deleted the Privado docker image tag today as that was just automatically made on the branch when adding support for Privado.
I think Privado support was added in release tag v3.7.0 if I'm not mistaken so you can try with that image (double check in the Gitbub releases).
I'll investigate why the server selection settings are not propagated properly. In the meantime, do you mind sending your config/docker run command (and comment out your credentials)?
On a side note, the Docker image name is now qmcgaw/gluetun for future releases and :latest, although the older image name will mirror it for the coming few months.
ā You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qdm12/gluetun/issues/324#issuecomment-752334500, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUJ6LGOE5DHMLCPESACG2DSXK4HVANCNFSM4VN5JLOA .
Can you send the error(s) you are getting? Thanks.
Never mind, I figured it out after reading through your posts, here is what I did to fix my docker-compose.yml
1: Changed image: qmcgaw/private-internet-access:latest to image: qmcgaw/gluetun:latest
2: Removed CITY=jfk
3: Removed SERVER_NUMBER=3
After that it worked just fine. docker-compose logs showed that I should change USER and PASSWORD to OPENVPN_USER and OPENVPN_PASSWORD so I made that change subsequently too.
All good now.
Thanks
Stuart
On Fri, Jan 1, 2021 at 1:00 PM Quentin McGaw notifications@github.com wrote:
Can you send the error(s) you are getting? Thanks.
ā You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qdm12/gluetun/issues/324#issuecomment-753357286, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUJ6LG5YHGVM6F3CL5RTL3SXYEUTANCNFSM4VN5JLOA .
Cool! Note that both images are the same, you probably had to re-pull the image š Thanks for getting back to me.
Host OS (approximate answer is fine too): MacOS
Is this urgent?: No
What VPN provider are you using: Privado
What are you using to run your container?: Docker Compose
What is the version of the program (See the line at the top of your logs)
What's the problem š¤
My docker-compose used to pull qmcgaw/private-internet-access:privado but as of today I get a manifest error when trying to pull that, so I switched it to :latest
To check that worked OK, I ran a whatsmyip using the gluetun container and it told me I have a Warsaw, Poland IP address even though in my docker-compose I have CITY=jfk in my Privado config section. I do notice in the logs below that Cities and Server Number are blank?
Share your logs...
...careful to remove i.e. token information with PIA port forwarding