Paketname | tcptraceroute |
Beschreibung | traceroute implementation using TCP packets |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.5beta7+debian-4 |
Sektion | net |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | libc6 (>= 2.3), libnet1 (>= 1.1.2.1), libpcap0.8 (>= 1.0.0-1) |
Empfohlene Pakete | |
Paketbetreuer | Giuseppe Iuculano |
Quelle | |
Paketgröße | 30486 Byte |
Prüfsumme MD5 | 889236deff35ec71bd5d885ca3bdb977 |
Prüfsumme SHA1 | fed0106b5bd3d5d40908b94cf48251dda68314ca |
Prüfsumme SHA256 | 00ef7a486ec9d41c0faf9dbd704f718ead7a6aa2100d34aebb69dd7fd3ef1d19 |
Link zum Herunterladen | tcptraceroute_1.5beta7+debian-4_i386.deb |
Ausführliche Beschreibung | The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets
with a TTL of one, and increments the TTL until the destination has been
reached. By printing the gateways that generate ICMP time exceeded messages
along the way, it is able to determine the path packets are taking to reach the
destination.
.
The problem is that with the widespread use of firewalls on the modern
Internet, many of the packets that traceroute(8) sends out end up being
filtered, making it impossible to completely trace the path to the destination.
However, in many cases, these firewalls will permit inbound TCP packets to
specific ports that hosts sitting behind the firewall are listening for
connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO
packets, tcptraceroute is able to bypass the most common firewall filters.
|