Closed mrkia84 closed 3 years ago
got this from the docker log. something broken perhaps?
Device "proton0" does not exist.
Failed to bring up VPN :(
[!] There was an error connecting to the ProtonVPN API.
[!] Please make sure your connection is working properly!
Usage:
protonvpn init
protonvpn (c | connect) [] [-p
Your PVPN_CMD_ARGS="sc"
is probably the issue. It should contain all arguments to protonvpn
, including the command, meaning it should probably be PVPN_CMD_ARGS="connect --sc"
That worked! Thank you!
root@SERVERNAME ~# docker logs b56c35a71eb6 Connecting to IS-US#1 via UDP... Connected! 2021-08-30 15:53:18.232 7fb85c15bb48 Info: Privoxy version 3.0.32 2021-08-30 15:53:18.232 7fb85c15bb48 Info: Program name: privoxy 2021-08-30 15:53:18.244 7fb85c15bb48 Info: Listening on port 8080 on IP address 0.0.0.0 root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 https://ipinfo.io/ip
After some trial and error getting setup in the first place I still dont see it work.
root@SERVERNAME ~# docker container run -d \
root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 --insecure https://ipinfo.io/ip curl: (56) Recv failure: Connection reset by peer root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 --insecure http://ipinfo.io/ip curl: (52) Empty reply from server root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 http://ipinfo.io/ip curl: (52) Empty reply from server root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 https://ipinfo.io/ip curl: (56) Proxy CONNECT aborted root@SERVERNAME ~# curl --proxy https://127.0.0.1:8888 https://ipinfo.io/ip curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:8888
root@SERVERNAME ~# curl https://ipinfo.io/ip
.###.###.
root@SERVERNAME ~# curl --proxy https://127.0.0.1:8888 https://ipinfo.io/ip curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:8888 root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 https://ipinfo.io/ip curl: (56) Proxy CONNECT aborted root@SERVERNAME ~# curl --proxy http://127.0.0.1:8888 --insecure https://ipinfo.io/ip curl: (56) Proxy CONNECT aborted
root@SERVERNAME ~# docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 04358e68bc32 walt3rl/proton-privoxy "runsvdir /app" About a minute ago Up About a minute 0.0.0.0:8888->8080/tcp proton-privoxy
root@SERVERNAME /# curl --proxy http://127.0.0.1:8888 --insecure https://ipinfo.io/ip curl: (56) Proxy CONNECT aborted