How are you running it with Docker? Are you using --net=host
or manually binding the ports in question?
A couple things I would check:
- Check Deluge's error logs: https://dev.deluge-torrent.org/wiki/Faq#EnableDelugeLogging
- Check Deluge for what ports it is configured to use then:
- See if that port is bound (on Linux you can use
sudo lsof -i:<portnumber>
) - See if there is any traffic running over that port (tcpdump or ngrep)
- See if that port is bound (on Linux you can use
Do you have any port forwarding setup, or a firewall like iptables?