LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-24-2016, 11:09 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
Traceroute slim on info


Any way to get traceroute to show more locations ?

Quote:
andy@7:~$ traceroute yahoo.com
traceroute to yahoo.com (98.138.253.109), 30 hops max, 60 byte packets
1 verizon.home (192.168.1.1) 1.435 ms 1.444 ms 1.434 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
 
Old 07-25-2016, 03:30 PM   #2
rayfward
Member
 
Registered: May 2009
Location: Leeds Uk
Distribution: Linux Mint 20.2
Posts: 136

Rep: Reputation: 17
This is more satisfying.
Quote:
$ tracepath yahoo.com
1?: [LOCALHOST] pmtu 1400
1: 192.168.0.1 2.989ms
1: 192.168.0.1 2.078ms
2: 192.168.1.1 2.616ms
3: no reply
4: 172.23.128.133 76.251ms asymm 3
5: 172.31.35.91 85.945ms asymm 4
6: 188.31.255.22.threembb.co.uk 78.684ms asymm 5
7: 188.31.255.77.threembb.co.uk 98.355ms asymm 6
8: te0-0-1-3.rcr11.b015668-1.lon01.atlas.cogentco.com 89.047ms asymm 7
9: be2505.ccr22.lon01.atlas.cogentco.com 89.568ms asymm 8
10: be2870.ccr41.lon13.atlas.cogentco.com 89.055ms asymm 9
11: be2490.ccr42.jfk02.atlas.cogentco.com 148.395ms
12: be2060.ccr21.jfk05.atlas.cogentco.com 157.271ms asymm 11
13: no reply
14: YAHOO-INC.ear2.NewYork1.Level3.net 124.889ms asymm 13
15: ae-0.pat2.bfw.yahoo.com 138.129ms asymm 14
16: et-2-1-0.pat1.bfz.yahoo.com 138.196ms asymm 15
17: et-0-0-1.msr1.bf1.yahoo.com 128.823ms asymm 16
18: et-0-1-1.clr2-a-gdc.bf1.yahoo.com 128.191ms asymm 17
19: no reply
20: no reply
21: no reply
22: no reply
23: no reply
24: no reply
13: 4.68.110.89 22728.830ms asymm 12
13: 4.68.110.89 22727.771ms asymm 12
13: 4.68.110.89 22816.688ms asymm 12
28: no reply
29: no reply
30: no reply
Too many hops: pmtu 1400
Resume: pmtu 1400
Regards
Ray
 
Old 07-25-2016, 05:44 PM   #3
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I wonder why you got so much for locations ?
 
Old 07-25-2016, 06:14 PM   #4
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
Have you tried "tracepath"? If you don't have it installed, it's in the package "iputils-tracepath".

Last edited by Dave Lerner; 07-25-2016 at 08:03 PM.
 
Old 07-25-2016, 08:47 PM   #5
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Not much difference.

Quote:
tracepath yahoo.com
1?: [LOCALHOST] pmtu 1500
1: verizon.home 0.721ms
1: verizon.home 0.676ms
2: verizon.home 0.738ms pmtu 1492
2: no reply
3: no reply
4: no reply
5: no reply
6: no reply
7: no reply
8: no reply
9: no reply
10: no reply
11: no reply
12: no reply
13: no reply
14: no reply
15: no reply
16: no reply
17: no reply
18: no reply
19: no reply
20: no reply
21: no reply
22: no reply
23: no reply
24: no reply
25: no reply
26: no reply
27: no reply
28: no reply
29: no reply
30: no reply
Too many hops: pmtu 1492
Resume: pmtu 1492
 
Old 07-25-2016, 09:01 PM   #6
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
The servers might be configured to block the responses to the traceroute/tracepath requests. That could be specific to your IP address or address range.
 
Old 07-26-2016, 12:12 AM   #7
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Interesting and thanks.
 
Old 07-26-2016, 02:09 AM   #8
rayfward
Member
 
Registered: May 2009
Location: Leeds Uk
Distribution: Linux Mint 20.2
Posts: 136

Rep: Reputation: 17
This is almost certainly a firewall
You might want to change my line to say
Quote:
tracepath -p 80 yahoo.com
Http/Ftp port number in this case 80 which is http.

This what Traceroute uses Port 33434–33534 TCP UDP traceroute Official

Regards
Ray

Last edited by rayfward; 07-26-2016 at 03:10 AM.
 
Old 07-26-2016, 12:55 PM   #9
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I found out that I had my router firewall set to

Quote:
Maximum Security
Inbound Policy: Reject.
Remote Administration settings will override the inbound security policy.
Outbound Policy: Reject.
Outbound access is allowed to the following services: DHCP, DNS, IMAP, SMTP, POP3, HTTPS, HTTP, FTP, Telnet.
I set it to

Quote:
Typical Security (Recommended)
Inbound Policy: Reject.
Remote Administration settings will override the inbound security policy.
Outbound Policy: Accept.
and then tracepath showed much more info.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem with Slim GreenFireFly Slackware 4 01-05-2015 07:21 AM
problem with slim mfduqued Linux - Desktop 1 04-11-2009 08:59 AM
slim login problem - anyone succeed in configuring slim? rkrishna Slackware 20 02-18-2008 06:50 AM
PPC (PowerPC) G4: Altivec & SMP Support: info, etc.; also, Mac Mini info, etc. HowDoIProgramIt Linux - Hardware 0 05-29-2007 01:19 PM
New Slim Distro's available! therion12 Linux - Distributions 5 01-15-2002 09:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration