Search found 5 matches

by adgedomin
Wed Sep 19, 2018 2:18 pm
Forum: Support
Topic: Incoming Port Settings
Replies: 5
Views: 9327

Re: Incoming Port Settings

"new_release_check": true, "enc_out_policy": 0, "outgoing_ports": [ 0, 0 ], "seed_time_limit": 0, "cache_size": 512, "share_ratio_limit": 0.0, "max_download_speed": -1.0, "geoip_db_location": "/usr/share/GeoIP/GeoIP...
by adgedomin
Wed Sep 19, 2018 1:46 pm
Forum: Support
Topic: Incoming Port Settings
Replies: 5
Views: 9327

Re: Incoming Port Settings

sudo netstat -tanp|grep 6881
tcp 0 0 0.0.0.0:6881 0.0.0.0:* LISTEN 7579/python
by adgedomin
Wed Sep 19, 2018 1:25 pm
Forum: Support
Topic: Incoming Port Settings
Replies: 5
Views: 9327

Re: Incoming Port Settings

I have tried to reboot the entire server after I update via preferences in the web UI and I have tried sudo service deluged stop sudo vim /var/lib/deluge/.config/deluge/core.conf insert, MAKE CHANGES esc, :wq sudo service deluged start Then I check the web UI and my changes show up in the preference...
by adgedomin
Tue Sep 18, 2018 5:55 pm
Forum: Support
Topic: Incoming Port Settings
Replies: 5
Views: 9327

Re: Incoming Port Settings

When I make changes in the Web UI the core.conf file is updated so I know I'm updating the proper file. The following settings change both ways if I edit the conf file it shows up in the Web UI, but the output of "sudo lsof -i -n -P | more" doesn't change. And the error port 6881 is banned...
by adgedomin
Tue Sep 18, 2018 4:31 pm
Forum: Support
Topic: Incoming Port Settings
Replies: 5
Views: 9327

Incoming Port Settings

I am running Deluge 1.3.15 on a headless Ubuntu 18.04 server. I use the Web UI to control it. No matter what I do I can not get Deluge to use a different port. It always binds to 6881. The site I want to connect to bans all the default ports. I run deluge as a service. I have tried switching the por...