My IP: 10.60.56.90/24
My default gateway: 10.60.56.254
I run traceroute command and get the following output:
Code:
[root@jcwkyl ~]# traceroute www.jlu.edu.cn
traceroute to www.jlu.edu.cn (202.198.16.80), 30 hops max, 40 byte packets
1 10.60.27.254 (10.60.27.254) 0.481 ms 0.551 ms 0.688 ms
2 192.168.1.121 (192.168.1.121) 0.837 ms 0.998 ms 1.159 ms
3 192.168.1.134 (192.168.1.134) 1.001 ms 1.257 ms 1.508 ms
4 ws16-80.jlu.edu.cn (202.198.16.80) 0.234 ms !X 0.225 ms !X 0.249 ms !X
I know how traceroute works, hence my questions are:
1. My default gateway is 10.60.56.254, but the output shows that the first hop router is 10.60.27.254, does it means that my default gateway does not route packets? Please explain to me.
2. Is it possible to get the rough topology of the network from the output?
Thanks very much!