I recently updated (enabled and updated) firewall setting using this guide on wiki.ubuntu.com.
I followed Method 2 UFW. However, after completing the process am unable to download torrents in Transmission.
The guide mentions Transmission port rules:
And now our Transmission rules
sudo ufw allow out 51413/tcp
sudo ufw allow out 51413/udp
sudo ufw allow out 6969/tcp
Under Preference -> Network in Transmission
The Port for incoming connections (which is) 51413 shows Port is closed when I click Test Port.
Please help me resolve this issue. Am just an average user (also new to linux), so please kindly break it down so that I would be able to understand you.
Ubuntu version 16.10
result of sudo ufw status
Status: active
To Action From
-- ------ ----
25,53,80,110,443/tcp ALLOW OUT Anywhere
53,67,68/udp ALLOW OUT Anywhere
51413/tcp ALLOW OUT Anywhere
51413/udp ALLOW OUT Anywhere
6969/tcp ALLOW OUT Anywhere
123/udp ALLOW OUT Anywhere
25,53,80,110,443/tcp (v6) ALLOW OUT Anywhere (v6)
53,67,68/udp (v6) ALLOW OUT Anywhere (v6)
51413/tcp (v6) ALLOW OUT Anywhere (v6)
51413/udp (v6) ALLOW OUT Anywhere (v6)
6969/tcp (v6) ALLOW OUT Anywhere (v6)
123/udp (v6) ALLOW OUT Anywhere (v6)