How can I run the tcptraceroute utility on a UNIX machine?
I want to run a TCP traceroute for port 80.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||
|
|
Ahsan, By default tcptraceroute runs traceroute using tcp-syn packets for port 80. Port 80 is default. Just specify the port (by default, tcptraceroute uses port 80), and the firewall won't know the difference. Requires: libpcap, libnet, glibc packages although. If you need any examples on using tcptraceroute utility, here are few at http://michael.toren.net/code/tcptraceroute/examples.txt |
|||
|
|