What's new

Strange port forwarding entry.

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

domic

Regular Contributor
Does this port forwarding entry sound familiar to anyone else?
A search online didn't find any correlation between the Transmission client software and the port 58172. I'm on firmware 388.2 alpha build.
I don't remember adding this entry myself, but could it maybe be something that changed during 388.x firmware transition? Maybe a deprecated Administration WebGUI HTTP WAN port rule Asus/RMerlin made or something?

"Name: Transmission_ListeningPort
Port: 58172
Internal IP adress: 10.0.0.1"
 
Last edited:
Try running these commands to see if the source can be found:

Bash:
iptables-save -c -t nat | grep 58172
nvram show 2>/dev/null | grep 58172
grep 58172 /jffs/scripts/firewall-start /jffs/scripts/nat-start

Do you see this on the WAN section or the System Log section, or both?
 
Code:
admin@RT-AX86U /t/h/root# iptables-save -c -t nat | grep 58172
[21:1260] -A VSERVER -p tcp -m tcp --dport 58172 -j DNAT --to-destination 10.0.0.1
[29924:3889932] -A VSERVER -p udp -m udp --dport 58172 -j DNAT --to-destination 10.0.0.1
admin@RT-AX86U /t/h/root#
admin@RT-AX86U /t/h/root# nvram show 2>/dev/null | grep 58172
vts_rulelist=<Transmission_ListeningPort>58172>10.0.0.1>>BOTH>
admin@RT-AX86U /t/h/root# grep 58172 /jffs/scripts/firewall-start /jffs/scripts/nat-start
grep: /jffs/scripts/nat-start: No such file or directory
admin@RT-AX86U /t/h/root [2]# grep 58172 /jffs/scripts/firewall-start
admin@RT-AX86U /t/h/root [1]# grep 58172 /jffs/scripts/* admin@RT-AX86U /t/h/root [1]#
 
So delete it from the WAN - Virtual Server / Port Forwarding page in the GUI. Let us know if it reappears later.
 
Does this port forwarding entry sound familiar to anyone else?
A search online didn't find any correlation between the Transmission client software and the port 58172. I'm on firmware 388.2 alpha build.
I don't remember adding this entry myself, but could it maybe be something that changed during 388.x firmware transition? Maybe a deprecated Administration WebGUI HTTP WAN port rule Asus/RMerlin made or something?

"Name: Transmission_ListeningPort
Port: 58172
Internal IP adress: 10.0.0.1"
Presumably it's left over from when you installed Transmission last year:

 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top