Open RolandWH opened 3 years ago
I am also getting the same thing... not sure what to do on this.
qbittorrent-openvpn | [cont-init.d] 03-setup-iptables: exited 0.
qbittorrent-openvpn | [cont-init.d] done.
qbittorrent-openvpn | [services.d] starting services
qbittorrent-openvpn | ./run: line 8: arithmetic syntax error
qbittorrent-openvpn | 2022-04-25 10:10:26 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
qbittorrent-openvpn | 2022-04-25 10:10:26 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.
qbittorrent-openvpn | 2022-04-25 10:10:26 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6
qbittorrent-openvpn | Options error: --ca fails with 'ca.ipvanish.com.crt': No such file or directory (errno=2)
qbittorrent-openvpn | Options error: Please correct these errors.
qbittorrent-openvpn | Use --help for more information.
qbittorrent-openvpn | [services.d] done.
same issue , also using SURFSHARK
Information
The container fails to establish a connection with the ip address of the vpn server, it tries for a long time before timing out and looping from there.
Docker container log
Current setup
I'm using a Raspberry Pi 4 8GB with Raspberry Pi OS Lite (32-bit). The Pi is connected to the an ASUS RT-AX58U router via ethernet. There is no VPN software running on the router and my ISP is Virgin Media. The Pi has 2 4TB USB hard drives connected in RAID 1, the config directory for the container is located on those drives, the filesystem is ext4. My VPN provider is Surfshark and I'm using the UK/London OpenVPN profile.
python
,latest
,32242d1
...)603b78e07727
)docker-compose.yml
file ordocker run
commandI used Portainer (version 2.9.1) to create and launch the container. I installed Portainer via openmediavault.
Attempted Fix(es)
I tried switching to a UDP config instead of TCP, however this created a different error:
write UDP: Operation not permitted (code=1)