Hello, I can't connect via vpn. I'm using PIA. I have Unraid virtualized in proxmox. My router is pfsense. Can you check the logs for me. Thanks 2026-05-05 19:22:35,796 DEBG 'start-script' stdout output:
[info] Starting OpenVPN (non daemonised)...
2026-05-05 19:22:35,945 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 DEPRECATED OPTION: --persist-key option ignored. Keys are now always persisted across restarts.
2026-05-05 19:22:35,947 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (DEFAULT). OpenVPN ignores --cipher for cipher negotiations.
2026-05-05 19:22:35,948 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 WARNING: file 'credentials.conf' is group or others accessible
2026-05-05 19:22:35 OpenVPN 2.7.0 [git:makepkg/ee1577744fb09af7+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Feb 11 2026
2026-05-05 19:22:35 library versions: OpenSSL 3.6.1 27 Jan 2026, LZO 2.10
2026-05-05 19:22:35,948 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 DCO version: N/A
2026-05-05 19:22:35,950 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2026-05-05 19:22:35,953 DEBG 'start-script' stdout output:
2026-05-05 19:22:35 TCP/UDP: Preserving recently used remote address: [AF_INET]172.64.150.50:1198
2026-05-05 19:22:35 UDPv4 link local: (not bound)
2026-05-05 19:22:35 UDPv4 link remote: [AF_INET]172.64.150.50:1198
2026-05-05 19:23:36,013 DEBG 'start-script' stdout output:
2026-05-05 19:23:36 [UNDEF] Inactivity timeout (--ping-restart), restarting
2026-05-05 19:23:36 SIGHUP[soft,ping-restart] received, process restarting
2026-05-05 19:23:36,017 DEBG 'start-script' stdout output:
2026-05-05 19:23:36 DEPRECATED OPTION: --persist-key option ignored. Keys are now always persisted across restarts.
2026-05-05 19:23:36,021 DEBG 'start-script' stdout output:
2026-05-05 19:23:36 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (DEFAULT). OpenVPN ignores --cipher for cipher negotiations.
2026-05-05 19:23:36,024 DEBG 'start-script' stdout output:
2026-05-05 19:23:36 WARNING: file 'credentials.conf' is group or others accessible
2026-05-05 19:23:36 OpenVPN 2.7.0 [git:makepkg/ee1577744fb09af7+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Feb 11 2026
2026-05-05 19:23:36,024 DEBG 'start-script' stdout output:
2026-05-05 19:23:36 library versions: OpenSSL 3.6.1 27 Jan 2026, LZO 2.10
2026-05-05 19:23:36 DCO version: N/A
2026-05-05 19:23:38,024 DEBG 'start-script' stdout output:
2026-05-05 19:23:38 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2026-05-05 19:23:38,025 DEBG 'start-script' stdout output:
2026-05-05 19:23:38 TCP/UDP: Preserving recently used remote address: [AF_INET]104.18.37.206:1198
2026-05-05 19:23:38 UDPv4 link local: (not bound)
2026-05-05 19:23:38,025 DEBG 'start-script' stdout output:
2026-05-05 19:23:38 UDPv4 link remote: [AF_INET]104.18.37.206:1198
2026-05-05 19:24:39,031 DEBG 'start-script' stdout output:
2026-05-05 19:24:39 [UNDEF] Inactivity timeout (--ping-restart), restartingMy docker-compose. docker run
-d
--name='binhex-qbittorrentvpn'
--net='bridge'
--pids-limit 2048
--privileged=true
-e TZ="Europe/Budapest"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid"
-e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
-e 'VPN_ENABLED'='yes'
-e 'VPN_USER'='toneuhodnes'
-e 'VPN_PASS'='toneuhodnes'
-e 'VPN_PROV'='pia'
-e 'VPN_CLIENT'='openvpn'
-e 'STRICT_PORT_FORWARD'='yes'
-e 'ENABLE_PRIVOXY'='no'
-e 'ENABLE_SOCKS'='no'
-e 'SOCKS_USER'='admin'
-e 'SOCKS_PASS'='socks'
-e 'LAN_NETWORK'='192.168.1.0/24'
-e 'WEBUI_PORT'='8080'
-e 'VPN_INPUT_PORTS'=''
-e 'VPN_OUTPUT_PORTS'=''
-e 'DEBUG'='false'
-e 'VPN_OPTIONS'=''
-e 'ENABLE_STARTUP_SCRIPTS'='no'
-e 'USERSPACE_WIREGUARD'='no'
-e 'NAME_SERVERS'='1.1.1.1,1.0.0.1'
-e 'ENABLE_HEALTHCHECK'='yes'
-e 'HEALTHCHECK_COMMAND'=''
-e 'HEALTHCHECK_ACTION'=''
-e 'HEALTHCHECK_HOSTNAME'='google.com'
-e 'PUID'='1000'
-e 'PGID'='1000'
-e 'UMASK'='000'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/templates/main/unraid/binhex/images/qbittorrent-icon.png'
-p '8080:8080/tcp'
-p '8118:8118/tcp'
-p '9118:9118/tcp'
-p '58946:58946/tcp'
-p '58946:58946/udp'
-v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
-v '/mnt/user/Seriály/':'/192.168.1.8/Seriály':'rw'
-v '/mnt/user/Backup/qBittorrent-container/torrenty/':'/torrenty':'rw'
-v '/mnt/user/Software/':'/192.168.1.8/Software':'rw'
-v '/mnt/user/music/rutracker/':'/192.168.1.8/music/rutracker':'rw'
-v '/mnt/user/music/Orpheus/':'/192.168.1.8/music/Orpheus':'rw'
-v '/mnt/user/music/CZTorrent/':'/192.168.1.8/music/CZTorrent':'rw'
-v '/mnt/user/Hry/':'/192.168.1.8/Hry':'rw'
-v '/mnt/user/Stahování/':'/192.168.1.8/Stahování':'rw'
-v '/mnt/user/Dokumentární filmy/':'/192.168.1.8/Dokumentární filmy':'rw'
-v '/mnt/user/Emovies/Anime/':'/192.168.1.8/Emovies/Anime':'rw'
-v '/mnt/user/Emovies/Collection/':'/192.168.1.8/Emovies/Collection':'rw'
-v '/mnt/user/Emovies/Ebooks/':'/192.168.1.8/Emovies/Ebooks':'rw'
-v '/mnt/user/Emovies/Filmy/':'/192.168.1.8/Emovies/Filmy':'rw'
-v '/mnt/user/Emovies/Klipy/':'/192.168.1.8/Emovies/Klipy':'rw'
-v '/mnt/user/Filmy/':'/192.168.1.8/Filmy':'rw'
--sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-qbittorrentvpn@sha256:56630778214670820ffe546a2f0e072b3b8b2a516a08130b213b32bf0bed666d'
ded1d57f6f1737fea46278f113db5a7d89ac8643737e3f6fddefeebc97bd1f3dOpenVPN settings: client
dev tun
proto udp
remote czech-republic.pvt.site 1198
resolv-retry infinite
nobind
persist-key
cipher aes-128-cbc
auth sha1
tls-client
remote-cert-tls server
auth-user-pass credentials.conf
comp-lzo no
verb 1
<ca>
-----BEGIN CERTIFICATE-----
MIIFqzCCBJOgAwIBAgIJAKZ7D5Yv87qDMA0GCSqGSIb3DQEBDQUAMIHoMQswCQYD
......................................................