-
Notifications
You must be signed in to change notification settings - Fork 83
Can't access webui with new .ovpn file #179
Comments
my vpn provider gave me a new .ovpn file. It works on the windows openvpn client. but it gets stuck in the qbitvpn docker. 2023-04-29 23:25:08.024315 [INFO] VPN_ENABLED defined as 'yes' |
Are you sure your OpenVPN config file contains the line auth-user-pass credentials.conf |
The line was commented out, I removed the "#" and now qbittorrent loads in the docker. But, I still can't access the webui on http://192.168.0.X:8080 |
Since their config file is available publicly on their website, I'm uploading that as well. |
It seems like there is an issue creating a route to your default gateway, which is odd.
|
That was just what I asked for 😝 I'll look at it |
@bigbtechnology Could you give this .ovpn file a try? If it doesn't work please send a new log, note it's a |
New portainer docker logs. Qbit Starts up. says network may be down, then restarts container. |
I appreciate the help @DyonR . I need to work on some other things and make some dinner. I may not be back to try other fixes until tomorrow or Monday. |
Alright, the authentication etc to the OpenVPN server works fine now. So the OpenVPN file is working properly now. Anyhow, enjoy dinner and let me know if my solution above works or not 😄 |
Default Gateway is 192.168.0.1 - ISP modem/router |
Last thing I can think of for now is a conflict in the WebUI port and the OpenVPN port. If that doesn't work - I don't know what else it could be |
Still restarting the container with 443 |
Very weird. |
For reference, here is my .ovpn file, maybe you can see some settings in my file that you may miss, but it really differs per provider obviously:
Another difference I noticed between our log files is this:
84.17.46.2 is the IP I received from my VPN provider. Yours is missing some ip tables, but I have no idea why, the OpenVPN should not impact it. Anyhow, I am out of idea. |
Here is my full
|
'Apt update' fails to download new update files from deb.debian.org
'apt install' could not locate package curl
'ping google.ca' unknown host
'Ping 1.1.1.1' works fine
So seems dns might be the issue?
…On Sat., Apr. 29, 2023, 10:20 p.m. DyonR, ***@***.***> wrote:
Here is my full docker run command also, note there are many settings
that don't impact the working of the container like HOST_OS, HOST_HOSTNAME:
docker run
-d
--name='qbittorrentvpn'
--net='bridge'
--privileged=true
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Dyon-unRAID"
-e HOST_CONTAINERNAME="qbittorrentvpn"
-e 'VPN_ENABLED'='yes'
-e 'VPN_TYPE'='wireguard'
-e 'VPN_USERNAME'='xxxxxxxxxxxxxxxxxxxxxxxxxx'
-e 'VPN_PASSWORD'='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
-e 'LAN_NETWORK'='192.168.0.0/24'
-e 'PUID'='1000'
-e 'PGID'='100'
-e 'HEALTH_CHECK_AMOUNT'='10'
-e 'ENABLE_SSL'='1'
-e 'NAME_SERVERS'='1.1.1.1,1.0.0.1'
-e 'UMASK'='002'
-e 'HEALTH_CHECK_HOST'='one.one.one.one'
-e 'HEALTH_CHECK_INTERVAL'='5'
-e 'HEALTH_CHECK_SILENT'='1'
-e 'INSTALL_PYTHON3'='no'
-p '8080:8080/tcp'
-p '8999:8999/tcp'
-p '8999:8999/udp'
-v '/mnt/user/data/qBt/':'/downloads':'rw'
-v '/mnt/user/appdata/qbittorrentvpn':'/config':'rw'
--restart unless-stopped
--cap-add NET_ADMIN
--sysctl "net.ipv4.conf.all.src_valid_mark=1" 'dyonr/qbittorrentvpn'
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE26REE4QTVPHW627L2BGZTXDW46JANCNFSM6AAAAAAXQNC6EU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Using OctanVPN config and openvpn.userpass file with credentials inside.
The docker container starts the daemon successfully, but I still cannot access the webui on port 8080. Log attached.
elated_bhabha_logs.txt
The text was updated successfully, but these errors were encountered: