Link to home
Start Free TrialLog in
Avatar of Dragon0x40
Dragon0x40

asked on

I can ping an ip address but can't traceroute to it?

Why can I ping an ip address but not traceroute to the same ip address?


>traceroute 172.xx.xx.1

Type escape sequence to abort.
Tracing the route to 172.xx.xx.1

  1  *  *  *
  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  *  *  *
 30  *  *  *
>ping 172.xx.xx.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.xx.xx.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
ASKER CERTIFIED SOLUTION
Avatar of from_exp
from_exp
Flag of Latvia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dragon0x40
Dragon0x40

ASKER

thanks from exp, nebel and jimenez,

I will let you know if I find something out. I am still troubleshooting.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks JeffSchaper,

Even if you don't cross any layer 3 devices it should still trace route?


C:\>tracert 192.168.1.100

Tracing route to MyPC.xx.xxx.net [192.xxx.1.100]
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  MyPC.xx.xxx.net [192.xxx.1.100]

Trace complete.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks TroyHrechirchuck,

I think this may have something to do with pinging from a computer that is connecting through a private vlan. Maybe the hosts on the private vlan are not responding with the timeout. The intermediate devices are in a private vlan but the 172.xx.xx.1 is not and therefore responds to pings. But the timeouts are not sent back so traceroute keeps sending a timeout value of 1?
Still troubleshooting
i have the same problem.
tracert requires

icmp echo-reply,
icmp time-exceeded,
icmp unreachable
Our firewall person is so busy that I hate to ask to check because this isn't a problem just something that I noticed.