Search found 10 matches

by spmskr
Sat Jun 05, 2021 2:58 pm
Forum: Support
Topic: deluge sends interface IP, not public IP
Replies: 1
Views: 7768

deluge sends interface IP, not public IP

Hello all I don't know if this is deluge or the tracker - the torrent leak tests show that deluge sends them the public IP address. Also deluge-gtk on the status line is showing me the correct public IP on the status bar BUT ... BUT the deluged log file is saying that some trackers are getting the V...
by spmskr
Sat May 29, 2021 3:29 am
Forum: Support
Topic: testing out wireguard and network namespace
Replies: 4
Views: 5597

Re: testing out wireguard and network namespace

And I can access the daemon using deluge-gtk (outside the ns). I'm using this socat command (run this OUTSIDE the ns - the exec piece puts part of the pair inside the ns) socat tcp-listen:<DAEMON_LISTEN_PORT>,fork,reuseaddr \ exec:'ip netns exec wga_brws socat STDIO "tcp-connect:127.0.0.1:<DAEM...
by spmskr
Sat May 29, 2021 3:23 am
Forum: Support
Topic: testing out wireguard and network namespace
Replies: 4
Views: 5597

Re: testing out wireguard and network namespace

LOL - my bad, mea culpa, I'll wear a hair shirt.
I noticed on ip addr that the lo interface was DOWN.
this fixed my issues:

Code: Select all

ip -n fred_namespace link set lo up
Thanks for giving me your time, mhertz - much appreciated.
by spmskr
Sat May 29, 2021 2:06 am
Forum: Support
Topic: testing out wireguard and network namespace
Replies: 4
Views: 5597

Re: testing out wireguard and network namespace

Hi, thanks for the reply. I missed some step but can't figure it out. I'm sure I'm using the same user to run the daemon and the console - running both from an xterm / rxvt / alacritty, whatever (choice doesn't make a difference) Outside the netns I use a terminal to start both deluged and deluge-co...
by spmskr
Fri May 28, 2021 2:33 pm
Forum: Support
Topic: testing out wireguard and network namespace
Replies: 4
Views: 5597

testing out wireguard and network namespace

I got a netns running with a short term wireguard account Any suggestions what I can try next? I can run firefox in the netns verify my IP shows as the VPN provider verify no DNS leaks And ... I can't run deluged in the namespace. I shell into the namespace and run deluged run socat cannot connect w...
by spmskr
Mon May 24, 2021 6:28 pm
Forum: Support
Topic: renaming the excutable for /bin/ps command
Replies: 3
Views: 4892

Re: renaming the excutable for /bin/ps command

(if there's too much identifying info here, let me know) if I start the program using the name foo, /bin/ps should report it as foo. I just re-did the links again & tried it: (the square brackets in the grep is to hide the grep from the ps output) ps ax | grep [w]g_del 1233705 ? Sl 0:01 /usr/bin...
by spmskr
Mon May 24, 2021 4:07 pm
Forum: Support
Topic: How to use a specific network interface/device?
Replies: 4
Views: 13744

Re: How to use a specific network interface/device?

I tried to use the existing feature as a way to ensure deluge only uses the VPN interface - an easier way to go than netns, containers, proxies, and so on. The connection would go down, and come up - in the time between the internet connection being available until the time the VPN connection became...
by spmskr
Mon May 24, 2021 2:55 pm
Forum: Support
Topic: renaming the excutable for /bin/ps command
Replies: 3
Views: 4892

renaming the excutable for /bin/ps command

Hello everyone, to be able to run multiple versions of executables and manipulate them separately with scripts, I use sym links. So I have a symlink: del01_demon -> /usr/bin/deluged in the output of /bin/ps this executable now shows up as del01_demon This isn't working with deluge-gtk The python cod...
by spmskr
Sat Jan 30, 2021 8:42 pm
Forum: Support
Topic: moving all torrents to a different userid and folder
Replies: 1
Views: 1301

moving all torrents to a different userid and folder

I am being kicked out of root level access to a Docker setup I was using. In the new image I will not get root login, so I must change both the torrent folder locations and the userid used to run deluge. I made a dry run of it but it didn't work at all. I think maybe the torrent.* files got in my wa...
by spmskr
Sat Jul 25, 2020 3:25 am
Forum: Support
Topic: how to change console colors?
Replies: 0
Views: 2704

how to change console colors?

Hello all I just started using Deluge and on my system the console color scheme is really hard to read. Is there any way to change it to a white-background, black-text setup? browsing the python curses library it looks like one might be able to put an entry in console.conf but (if I'm right) I don't...