Using traceroute with a specific port
This is how you can use traceroute for a specific port:
traceroute -T -p 3306 10.20.41.1
or the same:
traceroute --tcp -p 3306 10.20.41.1
This is how you can use traceroute for a specific port:
traceroute -T -p 3306 10.20.41.1
or the same:
traceroute --tcp -p 3306 10.20.41.1