Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th September 2006, 04:02 PM
ShizlacTheGreat's Avatar
ShizlacTheGreat Offline
Registered User
 
Join Date: Jul 2006
Location: Arkansas
Age: 35
Posts: 50
traceroute question

Hey, tracerouting (w/o tags) from a linux box, behind a router, behind a cable modem, the first hop (10.blah.blah.blah)would be the modem, right, since the router is the gateway?
Also, I did'nt figure this out from MAN or info, but is there an option to use ICMP packets like windows?
Thanks.

Last edited by ShizlacTheGreat; 6th September 2006 at 04:09 PM.
Reply With Quote
  #2  
Old 6th September 2006, 05:16 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
You need to provide more information. A stand alone cable or DSL modem would usually be in bridging mode and would not show up in a traceroute. A combination router/modem would show up.

I'm not aware that you can get linux traceroute to use ICMP.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #3  
Old 6th September 2006, 05:21 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by brunson
I'm not aware that you can get linux traceroute to use ICMP.
Yep. You can.

Vic.
Reply With Quote
  #4  
Old 6th September 2006, 05:24 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Quote:
Originally Posted by ccrvic
Yep. You can.

Vic.
Cool. How?
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #5  
Old 6th September 2006, 06:05 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by brunson
Cool. How?
man traceroute :-)

Vic.
Reply With Quote
  #6  
Old 6th September 2006, 06:28 PM
ShizlacTheGreat's Avatar
ShizlacTheGreat Offline
Registered User
 
Join Date: Jul 2006
Location: Arkansas
Age: 35
Posts: 50
10.28.48.1 That would be the modem right?

traceroute 18.7.22.83
traceroute to 18.7.22.83 (18.7.22.83), 30 hops max, 40 byte packets
1 WWW.MIT.EDU (18.7.22.83) 1.400 ms 1.284 ms 1.379 ms
2 10.28.48.1 (10.28.48.1) 13.215 ms 12.049 ms 13.682 ms
3 kcm-edge-09.inet.qwest.net (65.116.32.165) 45.060 ms 41.286 ms 44.080 ms
4 kcm-core-01.inet.qwest.net (205.171.29.77) 58.033 ms 57.927 ms 65.616 ms
5 dal-core-01.inet.qwest.net (67.14.2.22) 72.433 ms 68.122 ms 62.443 ms
6 dap-brdr-01.inet.qwest.net (205.171.225.49) 194.015 ms 197.869 ms 194.239 ms
7 sl-st21-dal-15-1.sprintlink.net (144.232.8.137) 45.121 ms 44.786 ms 50.334 ms
8 sl-bb20-fw-6-0.sprintlink.net (144.232.20.80) 52.945 ms 49.179 ms 46.995 ms
9 sl-bb22-fw-14-0.sprintlink.net (144.232.11.225) 44.017 ms 48.181 ms 54.862 ms
10 sl-bb26-fw-11-0.sprintlink.net (144.232.11.30) 54.784 ms 47.800 ms 47.010 ms
11 sl-bb21-kc-2-0.sprintlink.net (144.232.8.62) 82.199 ms 78.536 ms 74.991 ms
12 sl-bb22-chi-8-0.sprintlink.net (144.232.20.128) 57.938 ms 55.583 ms 52.766 ms
13 sl-bb21-chi-14-0.sprintlink.net (144.232.26.98) 83.924 ms 80.076 ms 76.349 ms
14 sl-bb21-spr-13-1.sprintlink.net (144.232.19.206) 79.049 ms 81.183 ms 75.009 ms
15 144.232.21.52 (144.232.21.52) 88.677 ms 89.223 ms 81.276 ms
16 leg-208-30-223-6-CHE.sprinthome.com (208.30.223.6) 99.878 ms 112.845 ms 107.330 ms
17 W92-RTR-1-BACKBONE.MIT.EDU (18.168.0.25) 100.957 ms 97.847 ms 94.414 ms
18 WWW.MIT.EDU (18.7.22.83) 92.236 ms 88.402 ms 90.077 ms



and man traceroute,
does type of service have a flag to use ICMP packets?
__________________
Is this thing on?
Reply With Quote
  #7  
Old 6th September 2006, 07:18 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Quote:
man traceroute :-)

Vic.
Man, you are just a wealth of one line, unhelpful responses today. There is nothing in my man page about using ICMP in traceroute.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #8  
Old 6th September 2006, 08:03 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by brunson
There is nothing in my man page about using ICMP in traceroute.
There is in mine. And if you type "man traceroute" into Google, the very top answer also tells you exactly how to use ICMP.

But you go ahead with your impetuous outbursts. I'm sure you prefer them to finding out answers.

Vic.
Reply With Quote
  #9  
Old 6th September 2006, 08:14 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Yeah, that would be a man page for Mac OS X which uses BSD tools, hence the line
Code:
TRACEROUTE(8)             BSD System Manager's Manual            TRACEROUTE(8)
Why don't you just tell us to read the documentation for Windows traceroute, it has about as much pertinence.

This is a fedora forum, I looked at the man page on my fedora system to help a person asking a question about fedora traceroute.
Code:
wbebrunsonlx(~)$ uname -a
Linux wbebrunsonlx 2.6.17-1.2174_FC5 #1 Tue Aug 8 15:30:55 EDT 2006 i686 i686 i386 GNU/Linux
wbebrunsonlx(~)$ cat /etc/fedora-release
Fedora Core release 5 (Bordeaux)
wbebrunsonlx(~)$ rpm -qf /bin/traceroute
traceroute-1.0.4-1.2
wbebrunsonlx(~)$ traceroute -I fedoraforum.org
traceroute: invalid option -- I
usage: traceroute [-nFV] [-f first_ttl] [-m max_hops] [-p port]
           [-s source_addr] [-i interface] [-g gateway]
           [-t tos] [-w timeout] [-q nqueries] host [packetlen]
[status 1]
I'll reassert:
Quote:
Originally Posted by brunson
I'm not aware that you can get linux traceroute to use ICMP.
Now, do you have anything useful to add to this discussion?
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #10  
Old 6th September 2006, 10:38 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by brunson
I'll reassert:

Quote:
Originally Posted by brunson
I'm not aware that you can get linux traceroute to use ICMP.
Now, do you have anything useful to add to this discussion?
Yes.

I'm completely aware that you can get Linux traceroute to use ICMP because I am running Linux and my version of traceroute can use ICMP.

A little Googling would have told you the same answer - and how to get it to do it.

But never let the thought of a little investigation put you off from a good ol' flame-fest.

Vic.
Reply With Quote
  #11  
Old 7th September 2006, 01:50 AM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Quote:
I am running Linux and my version of traceroute can use ICMP.
No it can't.
Quote:
A little Googling would have told you the same answer - and how to get it to do it.
No it wouldn't, not in Fedora.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #12  
Old 7th September 2006, 03:28 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Quote:
I'm completely aware that you can get Linux traceroute to use ICMP because I am running Linux and my version of traceroute can use ICMP.
I don't believe you, I think you made a flippant statement and were wrong and now you don't want to back down and admit it.

Quote:
A little Googling would have told you the same answer - and how to get it to do it.
If you think I didn't search for this before I posted my first response, you underestimate me. If you think I haven't search much more closely before calling you on this, you're an idiot. Post a link showing how to do it if you have one. I would *l;ove* to be proved wrong on this.

I'll be surprised if you actually respond to this with any solid evidence.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #13  
Old 7th September 2006, 05:33 PM
ccrvic Offline
Registered User
 
Join Date: Apr 2006
Posts: 1,092
Quote:
Originally Posted by brunson
I don't believe you, I think you made a flippant statement and were wrong and now you don't want to back down and admit it.
Oh, fer crying out loud.

I'm using Linux :-

Code:
[root@goliath ~]# uname -a
Linux goliath 2.6.9-34.0.1.EL #1 Wed May 24 22:44:24 CDT 2006 i686 athlon i386 GNU/Linux
My traceroute man page has an ICMP option :-

Code:
[root@goliath ~]# man traceroute | grep "ICMP ECHO"
       -I     Use ICMP ECHO instead of UDP datagrams.
Now go away and hump someone else's leg.

Quote:
Originally Posted by brunson
If you think I didn't search for this before I posted my first response, you underestimate me.
Reallly? I thought you capable of realising the amount of code that is common to both BSD *and* Gnu/Linux, yet you pull up the BSD title as some sort of major deduction, and make crass comments about the application on entirely different platforms. I think I *overestimated* you...

Quote:
Originally Posted by brunson
If you think I haven't search much more closely before calling you on this, you're an idiot.
One of us is. I found the same man page as on my machine (except for the BSD title) at the top of the Google results page.

Quote:
Originally Posted by brunson
Post a link showing how to do it if you have one. I would *l;ove* to be proved wrong on this.
You're wrong. More to the point, you have descended into name-calling just because you're wrong.

Quote:
Originally Posted by brunson
I'll be surprised if you actually respond to this with any solid evidence.
Then you really are an idiot. I'll add you to my ignore list forthwith...

Vic.
Reply With Quote
  #14  
Old 7th September 2006, 06:09 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Quote:
[root@goliath ~]# uname -a
Linux goliath 2.6.9-34.0.1.EL #1 Wed May 24 22:44:24 CDT 2006 i686 athlon i386 GNU/Linux
Enterprise Linux

I'll point out again that this is a Fedora Forum.

Again, useless information in a terse, smug format..
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #15  
Old 8th September 2006, 05:18 AM
ShizlacTheGreat's Avatar
ShizlacTheGreat Offline
Registered User
 
Join Date: Jul 2006
Location: Arkansas
Age: 35
Posts: 50
So...... I would have to port or rewrite code from another distro or bsd to emulate a windows tracert.
or something.
Am I gonna end up like you guys when I get real smart?



Devoting a while tonight to reading up on traceroute.

Last edited by ShizlacTheGreat; 8th September 2006 at 05:20 AM.
Reply With Quote
Reply

Tags
question, traceroute

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Traceroute questions dacaprice Using Fedora 0 26th July 2007 04:48 AM
Traceroute bug? lazlow Servers & Networking 1 19th March 2007 06:30 PM
traceroute has 10.1.7.1 as second hop after firewall egurski Servers & Networking 0 14th July 2004 02:09 PM


Current GMT-time: 03:54 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat