I have transmission-daemon installed on an Lunbuntu 20.04 system. I have created a torrent to distribute a file to some friends.
Problem is when I try to use a torrent client to dl it just goes to "connecting to peers".
If I connect to transmission-daemon using the remote gui, it shows me that it is using port 51413 as the incoming port. If I press "Test port" it says "Incoming port is closed. Check your firewall settings". So I opened terminal session and did:
Code: Select all
amonra@charon:~$ sudo ufw status
[sudo] password for amonra:
Status: inactive
amonra@charon:~$
Help and guidance greatly appreciated.