Networking Forums

Networking Forums > Computer Networking > Linux Networking > What happened to traceroute -I?

Reply
Thread Tools Display Modes

What happened to traceroute -I?

 
 
Andrew Gideon
Guest
Posts: n/a

 
      08-23-2006, 03:56 PM

I just upgraded a machine to Fedora 5. Apparently, this has a traceroute
that is ignorant of -I. It uses only high udp packets, which is next to
useless in a WAN environment (where we can expect these to be filtered).

What is supposed to replace traceroute -I? Should I switch to
tcptraceroute, perhaps? Does it support ICMP?

Thanks...

Andrew


 
Reply With Quote
 
 
 
 
Maurice Janssen
Guest
Posts: n/a

 
      08-23-2006, 05:19 PM
On Wed, 23 Aug 2006 11:56:53 -0400, Andrew Gideon wrote:
>
>I just upgraded a machine to Fedora 5. Apparently, this has a traceroute
>that is ignorant of -I. It uses only high udp packets, which is next to
>useless in a WAN environment (where we can expect these to be filtered).
>
>What is supposed to replace traceroute -I? Should I switch to
>tcptraceroute, perhaps? Does it support ICMP?


Have you tried mtr? Very nice tool and it uses ICMP exclusively.

--
Maurice
 
Reply With Quote
 
Andrew Gideon
Guest
Posts: n/a

 
      08-23-2006, 10:42 PM
On Wed, 23 Aug 2006 17:19:44 +0000, Maurice Janssen wrote:

> Have you tried mtr?


Not until now; I'd not previously heard of it.

> Very nice tool and it uses ICMP exclusively.


It does seem nice. However, it appears to be usable by root only.

- Andrew

 
Reply With Quote
 
Patrick
Guest
Posts: n/a

 
      08-24-2006, 01:58 AM
"Andrew Gideon" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)

>> Have you tried mtr?

>
> Not until now; I'd not previously heard of it.
>
>> Very nice tool and it uses ICMP exclusively.

>
> It does seem nice. However, it appears to be usable by root only.


Here's something guaranteed to draw flames ... chmod u+s.
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      08-25-2006, 12:23 AM
On Wed, 23 Aug 2006, in the Usenet newsgroup comp.os.linux.networking, in
article <(E-Mail Removed)>, Andrew Gideon wrote:

>I just upgraded a machine to Fedora 5. Apparently, this has a traceroute
>that is ignorant of -I. It uses only high udp packets, which is next to
>useless in a WAN environment (where we can expect these to be filtered).


[compton ~]$ zgrep traceroute rpms.fc* | awk '{print $1" "$NF}'
rpms.fc2.gz: traceroute-1.4a12-21.1.i386.rpm
rpms.fc3.gz: traceroute-1.4a12-24.i386.rpm
rpms.fc4.gz: traceroute-1.4a12-26.i386.rpm
rpms.fc5.gz: traceroute-1.0.4-1.2.i386.rpm
[compton ~]$

Crap! Wonder why they did that? What does 'rpm -qi traceroute' tell you?
I know that SuSE started using the re-write from Olaf Kirch who was at
Caldera, and that version uses -I instead of -i for the interface selection.
Supposedly, the re-write was done to "improve security" as well as add IPv6
capability. The FC5 RELEASE-NOTES file doesn't mention this.

As far as blocking UDP, I find that ICMP echo is much more likely to be
blocked or ignored.

>What is supposed to replace traceroute -I?


[compton ~]$ whatis hping2 mtr
hping2 (8) - send (almost) arbitrary TCP/IP packets to network hosts
mtr (8) - a network diagnostic tool
[compton ~]$

or grab the traceroute-1.4a12 source (it's a 75k tarball dated mid-December
2000). There are actually several other tools that might be useful. The
author of traceroute (Van Jacobson of LBL's Network Research Group) had
started on 'pathchar' which is fairly close to 'mtr' but work on it has
apparently been abandoned.

>Should I switch to tcptraceroute, perhaps? Does it support ICMP?


A far more useful application. No, it only supports TCP, which is much
more likely to pass through firewalls, and is also useful in exposing
ISP filtering (example - ISP blocks 25 outbound to control windoze zombie
spam). Don't forget that nearly all information on the Internet uses TCP,
not ICMP or UDP.

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I bet this has actually happened somewhere alexd Wireless Internet 2 04-25-2010 09:09 PM
I bet this has actually happened somewhere alexd Broadband 0 04-25-2010 04:58 PM
What happened? Scott H Wireless Networks 2 04-18-2007 02:56 AM
Whatever happened to OneTel? Travec The Dacian Broadband 3 10-31-2006 01:16 AM
Help.... this must have happened to someone else John D O'Connor Windows Networking 2 03-03-2004 06:25 AM



1 2 3 4 5 6 7 8 9 10 11