I've been having an issue with one host on my network not being able to ping or tracert machines on the internet while all other hosts can.
When I run a tracert from the machine I get the following output:
traceroute to host.to.trace.to (XXX.XXX.XXX.X), 30 hops max, 60 byte packets
1 (192.168.XXX.XXX) 0.173 ms 0.259 ms *
In this example 192.168.XXX.XXX is the machine I am tracerouting from. So it looks like something funky is going on as no other tracert I've seen includes the source IP.
I am also under the assumption that the tracert should at least be hitting my local router.
Can anyone explain this anomaly?
ip route(orroute -n) so we can see how it's routing things? – DerfK Nov 18 '10 at 0:55