binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
700 stars 111 forks source link

Can't connect to express VPN after update #398

Closed Robilol closed 6 months ago

Robilol commented 7 months ago

Hello

I run the Docker delugeVPN on synology and after the update it won't start.

I've tried to rollback the update, reset the config folder and download the latest expressVPN openvpn config file but it's still not working.

2024-04-21 20:58:15.048438 [info] Permissions already set for '/config'
2024-04-21 20:58:15.113002 [info] Deleting files in /tmp (non recursive)...
2024-04-21 20:58:15.187282 [info] VPN_ENABLED defined as 'yes'
2024-04-21 20:58:15.254253 [info] VPN_CLIENT defined as 'openvpn'
2024-04-21 20:58:15.316385 [info] VPN_PROV defined as 'custom'
2024-04-21 20:58:15.385583 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_france_-_paris_-_1_udp.ovpn
2024-04-21 20:58:15.505292 [warn] VPN configuration file /config/openvpn/my_expressvpn_france_-_paris_-_1_udp.ovpn remote protocol is missing or malformed, assuming protocol 'udp'
2024-04-21 20:58:15.579339 [info] VPN remote server(s) defined as 'france-paris-1-ca-version-2.expressnetw.com,'
2024-04-21 20:58:15.657560 [info] VPN remote port(s) defined as '1195,'
2024-04-21 20:58:15.717814 [info] VPN remote protcol(s) defined as 'udp,'
2024-04-21 20:58:15.784060 [info] VPN_DEVICE_TYPE defined as 'tun0'
2024-04-21 20:58:15.849667 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2024-04-21 20:58:15.913474 [info] LAN_NETWORK defined as '192.168.1.0/24'
2024-04-21 20:58:15.976089 [warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to name servers defined in readme.md
2024-04-21 20:58:16.039430 [info] VPN_USER defined as 'xxxxxxxxx'
2024-04-21 20:58:16.102842 [info] VPN_PASS defined as 'xxxxxxxx'
2024-04-21 20:58:16.166407 [warn] ENABLE_PRIVOXY not defined (via -e ENABLE_PRIVOXY), defaulting to 'no'
2024-04-21 20:58:16.234536 [info] VPN_INPUT_PORTS not defined (via -e VPN_INPUT_PORTS), skipping allow for custom incoming ports
2024-04-21 20:58:16.297385 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports
2024-04-21 20:58:16.360246 [info] DELUGE_DAEMON_LOG_LEVEL not defined,(via -e DELUGE_DAEMON_LOG_LEVEL), defaulting to 'info'
2024-04-21 20:58:16.423393 [info] DELUGE_WEB_LOG_LEVEL not defined,(via -e DELUGE_WEB_LOG_LEVEL), defaulting to 'info'
2024-04-21 20:58:16.487978 [info] Starting Supervisor...
...
2024-04-21 21:00:54,211 DEBG 'start-script' stdout output:
[crit] 'france-paris-1-ca-version-2.expressnetw.com' cannot be resolved, possible DNS issues, exiting...

Did I miss something ?

mandreko commented 6 months ago

I don't have ExpressVPN to validate their server names, but this indicates that the hostname isn't right. On my VPN provider, I have had them change the hostname or deprovision a specific server on occasion, requiring me to select a new server name. Perhaps that could be an indicator?

Robilol commented 6 months ago

Change the vpn server from Paris to Strasbourg and now it's work 🤷