unix - Please Explain Ping -R www.xyz.com in a specific case? -


when use command on unix :

$ping -r intra.mycompany.com (intranet address of company)

it gives me desired router information (when ping local intranet address.)

but when use other web site (outside intranet i.e. on internet) :-

$ ping -r www.stackoverflow.com

ping www.sta.com (64.34.119.12) 56(124) bytes of data. 10.203.129.242 icmp_seq=7 destination host unreachable

could explain behavior of ping in above scenario.

thanks help.

basically think means unable ping stackoverflow.com or outside internet sites whatever reason.

this might helpful information details issue , possible solutions.

btw: know link shows windows cmd prompt (without knowing unix) guess issues similar on windows , unix, think network connection issue.

hope helpful, if not sorry!


Comments

Post a Comment

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -