Page 1 of 1

traceroute responses through firewalls

Posted: 2012/01/05 01:23:47
by teancum144
Any tips on getting responses through the firewalls of intermediate routers? I've tried the following:

traceroute -T [ip address]
traceroute -T -N 1 [ip address]
traceroute -T -p 80 [ip address]
traceroute -T -p 80 -N 1[ip address]
traceroute -I [ip address]
traceroute -I -N 1 [ip address]

Apparently,

traceroute -T -p 80 -N 1

is the closest to tcptraceroute, however, some claim that traceroute is not as good as tcptracerout:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436804

Although that exchange was from 2007.

I'm trying to get responses from all intermediate routers. Tips?