- Code: Select all
ufw allow 51413
Then I checked the status:
- Code: Select all
:~$ sudo ufw status
Status: active
To Action From
-- ------ ----
22 ALLOW Anywhere
Samba ALLOW Anywhere
Squid DENY Anywhere
80 ALLOW Anywhere
1900 ALLOW Anywhere
49152 ALLOW Anywhere
51413 ALLOW Anywhere
22 ALLOW Anywhere (v6)
Samba (v6) ALLOW Anywhere (v6)
Squid (v6) DENY Anywhere (v6)
80 ALLOW Anywhere (v6)
1900 ALLOW Anywhere (v6)
49152 ALLOW Anywhere (v6)
51413 ALLOW Anywhere (v6)
But when I go to the tab in "EDIT:PREFERENCES" in transmission to the Network tab and click on test port, it says the port is closed. Is there some other firewall in Linux Mint that might be active and blocking things?
I've tried a:
netstat -ntulp
and it shows that port is open:
- Code: Select all
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:51413 0.0.0.0:* LISTEN 10317/transmission-
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 906/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 970/cupsd
tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 4480/mediatomb
tcp6 0 0 :::51413 :::* LISTEN 10317/transmission-
tcp6 0 0 :::22 :::* LISTEN 906/sshd
tcp6 0 0 ::1:631 :::* LISTEN 970/cupsd
tcp6 0 0 :::445 :::* LISTEN 896/smbd
tcp6 0 0 :::139 :::* LISTEN 896/smbd
udp 0 0 0.0.0.0:1900 0.0.0.0:* 4480/mediatomb
udp 0 0 0.0.0.0:50137 0.0.0.0:* 10317/transmission-
udp 0 0 127.0.0.1:41070 0.0.0.0:* 4480/mediatomb
udp 0 0 0.0.0.0:58498 0.0.0.0:* 933/avahi-daemon: r
udp 0 0 192.168.1.127:137 0.0.0.0:* 1498/nmbd
udp 0 0 192.168.1.86:137 0.0.0.0:* 1498/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 1498/nmbd
udp 0 0 192.168.1.127:138 0.0.0.0:* 1498/nmbd
udp 0 0 192.168.1.86:138 0.0.0.0:* 1498/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 1498/nmbd
udp 17600 0 0.0.0.0:51413 0.0.0.0:* 10317/transmission-
udp 0 0 0.0.0.0:5353 0.0.0.0:* 933/avahi-daemon: r
udp6 0 0 :::5353 :::* 933/avahi-daemon: r
udp6 0 0 :::40293 :::* 933/avahi-daemon: r
Is there something I'm doing wrong? I am running DD-wrt and I have 51413 port-forwarded to the machine's IP address and port 51413 as well.
Regards,
Kurt




