arch-delugevpn
arch-delugevpn copied to clipboard
No longer able to acquire IP address
UnRaid 6.9.2; deugevpn version:latest
Docker config options are:
VPN_ENABLED=yes
VPN_USER=*****
VPN_PASS=*****
VPN_PROV=custom
VPN_CLIENT=openvpn
VPN_OPTIONS=
STRICT_PORT_FORWARD=yes
ENABLE_PRIVOXY=yes
LAN_NETWORK=192.168.1.0/24
NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
DELUGE_DAEMON_LOG_LEVEL=info
DELUGE_WEB_LOG_LEVEL=info
VPN_INPUT_PORTS=
VPN_OUTPUT_PORTS=
DEBUG=false
UMASK=
I've been running this docker container without issue for months, and all of a sudden last night it stopped working. It seems to be unable to get an IP allocation. In the webUI the IP shows as "N/A". All torrents are in the list but none are active.
I've tried refreshing all the openVPN files with new ones from my VPN provider - no difference. Also tried re-pulling latest container version.
Log file is attached. There don't seem to be any errors relating to OPENVPN configuration, so presumably it is able to connect to the vpn. I can't work out where the problem is.
Errors listed:
- insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory
- 2022-01-20 08:54:51 Options error: Unrecognized option or missing or extra parameter(s) in [PUSH-OPTIONS]:7: block-outside-dns (2.5.5)
Neither of the above errors seem due to config. I've verified that the folder /lib/modules/ is in fact missing
I solved this issue by deleting all files in config folde BUT openvpn. Maybe it helps