[Support] binhex - DelugeVPN


Recommended Posts

Hello again and thank you
 
Do i get the supervisord.log from sonarr or deluge?? 
Is there any personal information in the supervisord.log i need to cut out??
 
best regards
From deluge and yes there is sensitive info, see my link

Sent from my 22021211RG using Tapatalk

Link to comment
4 hours ago, izarkhin said:

Hello,

 

My docker all of a sudden can't reach to the VPN server. The OVPN file is the one I downloaded from the provider. Error log and docker config are attached. Any ideas how to troubleshoot?

 

Thanks!

supervisord.log 1.94 kB · 0 downloads my-binhex-delugevpn.xml 6.32 kB · 0 downloads

kodibear.ovpn 235 B · 0 downloads

looks to me like you having something block name resolution on your network, from your log:-

 

having issues resolving name

check your firewall and ensure you are permitting name resolution.

Link to comment

Hi,

 

I would like to run the delugevpn Docker Container on my Debian 11 V-Server.

My question:

 

Technically I have no LAN-network on this machine only my public ip and of course some Docker internal networks.

 

Do I understand it correctly that the 

LAN_NETWORK parameter is only used to define from which networks I might acces  the webUI?
 

My plan would be to route deluge WebUI trough my Nginx Proxy Manager already running on the machine for some other services.  So would I put the Nginx docker network here as my LAN?

 

Sorry for my dunb question.
Have a great day

Link to comment

Hello,

 

I installed and configured DelugeVPN as per the Space Invader one video.  I can access the WebUI of Deluge but I can't download anything.  I tried to download Ubuntu with the torrent file from the Unbuntu website to test my configuration.  The iso file appears in Deluge but it never start downloading.

 

I don't know what to do to get it working.  Please help!

DelugeNoDownload.JPG

supervisord.log

Link to comment

Connection refused after container restart

 

I have the AppData Backup plugin setup to run every night. This includes shutting down the containers, then restarting them.

 

It appears that on the restart of DelugeVPN, the container is not accessible. I get a repeating pattern of errors below. unRaid shows the container is running but I can't access the webUI.

 

To get it to work again, I have to restart the container via the unRaid GUI.

 

Any ideas why it goes into this state?

 

(there was an IP in the log so I hid it as iphidden)

2023-02-28 08:25:12,889 DEBG 'start-script' stdout output:
[info] Starting OpenVPN (non daemonised)...

2023-02-28 08:25:12,904 DEBG 'start-script' stdout output:
2023-02-28 08:25:12 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 

2023-02-28 08:25:12,904 DEBG 'start-script' stdout output:
2023-02-28 08:25:12 WARNING: file 'credentials.conf' is group or others accessible

2023-02-28 08:25:12,904 DEBG 'start-script' stdout output:
2023-02-28 08:25:12 OpenVPN 2.6.0 [git:makepkg/b999466418dddb89+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 25 2023
2023-02-28 08:25:12 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10

2023-02-28 08:25:12,905 DEBG 'start-script' stdout output:
2023-02-28 08:25:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2023-02-28 08:25:12,909 DEBG 'start-script' stdout output:
2023-02-28 08:25:12 TCP/UDP: Preserving recently used remote address: [AF_INET]iphidden:1194
2023-02-28 08:25:12 UDPv4 link local: (not bound)
2023-02-28 08:25:12 UDPv4 link remote: [AF_INET]iphidden:1194

2023-02-28 08:25:13,018 DEBG 'start-script' stdout output:
2023-02-28 08:25:13 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)

2023-02-28 08:25:14,277 DEBG 'start-script' stdout output:
2023-02-28 08:25:14 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)

2023-02-28 08:25:18,990 DEBG 'start-script' stdout output:
2023-02-28 08:25:18 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)

2023-02-28 08:25:27,227 DEBG 'start-script' stdout output:
2023-02-28 08:25:27 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)

2023-02-28 08:25:42,547 DEBG 'start-script' stdout output:
2023-02-28 08:25:42 [UNDEF] Inactivity timeout (--ping-exit), exiting

2023-02-28 08:25:42,547 DEBG 'start-script' stdout output:
2023-02-28 08:25:42 SIGTERM[soft,ping-exit] received, process exiting

 

Link to comment
On 2/4/2023 at 3:23 AM, strike said:

Download a different ovpn file and replace the one you have in your appdata. 

How would I do this when using wireguard?

 

I think I should be able to specify endpoints by changing the wg0.conf file, but it's not super clear if I can list multiple endpoints here, or just one, and what that format should look like.

 

the endpoints look different for openVPN and wireguard.

 

my wg0.conf file shows this endpoint...

Endpoint = nl-amsterdam.privacy.network:1337

 

 

but the documentation says...

 

A20 Yes, all the Docker Images i produce do support multiple endpoints, this is achieved by editing the OpenVPN configuration file located in /config/openvpn/ and adding in additional 'remote' lines, an example is shown below:-

 

remote al.privacy.network 1198
remote ad.privacy.network 1198
remote austria.privacy.network 1198
remote brussels.privacy.network 1198
remote ba.privacy.network 1198
remote sofia.privacy.network 1198

 

I guess I"m not sure if I need "remote" in front of the name, nor if these are good for wireguard also, or just openVPN.

 

I just don't want so mess it up, so I figured I should ask first.

Link to comment
19 minutes ago, JustinChase said:

it's not super clear if I can list multiple endpoints here, or just one

its only 1.

 

19 minutes ago, JustinChase said:

but the documentation says...

 

A20 Yes, all the Docker Images i produce do support multiple endpoints, this is achieved by editing the OpenVPN configuration file located in /config/openvpn/ and adding in additional 'remote' lines, an example is shown below:-

that's for openvpn only, not wireguard.

Link to comment
30 minutes ago, binhex said:

its only 1.

 

that's for openvpn only, not wireguard.

Thanks.

 

Is this a correct/reasonable change; from this

 

my wg0.conf file shows this endpoint...

Endpoint = nl-amsterdam.privacy.network:1337

 

to this

 

Endpoint = brussels.privacy.network 1198

 

or do I need the "remote" part?

 

or is this all not worth changing?

 

I ask because deluge often doesn't start for me, stating trouble connecting to Endpoint = nl-amsterdam.privacy.network:1337 in the log

 

Once it does connect, it seems fine, until I have to reboot, then it may take several tries to get deluge running again.

Link to comment
19 minutes ago, JustinChase said:

my wg0.conf file shows this endpoint...

Endpoint = nl-amsterdam.privacy.network:1337

 

to this

 

Endpoint = brussels.privacy.network 1198

not quite, wireguard uses port 1337 and you are missing the colon, so try:-

Endpoint = brussels.privacy.network:1337

 

Link to comment

I've setup Deluge VPN on my unraid server. The VPN is working perfectly. I created a downloads folder that has the following. Completed, Incomplete, Unzipped. I have the docker setup to point to that folder as well. When I add something from sonarr, everything starts downloading... or at least shows that it is. But NOTHING is showing up in any of my download folders. I'm beyond lost as to what's happening.... So nothing ultimately downloads or it's going somewhere and I can't find it/explain it lol. 

 

Any help would be greatly appreciated. 

Screenshot 2023-03-09 at 9.25.33 AM.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.