what's the first hop in this traceroute?

hi guys

anyone can tell me how can I find out what’s the first hop with ip address 0.0.0.0?

I have this thing when I ping almost anywhere


thanks


[admin@PersiaRestaurant] > tool traceroute www.time.net.my                      
     ADDRESS                                    STATUS
   1 0.0.0.0         timeout timeout timeout 
   2 219.93.218.177  98ms 96ms 86ms 
   3 219.93.216.21   16ms 15ms 16ms 
   4 210.187.129.139 16ms 16ms 16ms 
   5 210.187.15.253  17ms 17ms 17ms 
   6 210.187.142.1   17ms 17ms 17ms 
   7 219.93.151.104  208ms 316ms 396ms 
   8 202.71.100.9    17ms 18ms 17ms 
   9 218.100.18.17   19ms 18ms 19ms 
  10 218.100.18.10   20ms 20ms 20ms 
  11 211.25.28.9     20ms 19ms 20ms 
  12 203.121.64.206  19ms 19ms 20ms 
[admin@PersiaRestaurant] >

it should be the IP of your gateway… i’m guessing it doesn’t respond to that type of ICMP request (tracert uses a different ICMP request then ICMP Echo to discover the route)… try allowing all ICMP and see what that does.

the thing is I have not blocked anything and there is no other node to my knowledge in the path…

is 219.93.218.177 the default gateway for your router?

If you have a Windows PC, get R1CH’s ftrace and run it with -u to use UDP instead of ICMP.