Here is ‘netstat -rn’ output from my Linux mint system on 192.168.98.0 network. Also providing PING output below:
xinud@db-hpzen-ku20:~$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.98.1 0.0.0.0 UG 0 0 0 enp0s25
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 enp0s25
192.168.98.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s25
xinud@db-hpzen-ku20:~$ ping 192.168.2.60
PING 192.168.2.60 (192.168.2.60) 56(84) bytes of data.
64 bytes from 192.168.2.60: icmp_seq=1 ttl=63 time=7.70 ms
From 192.168.2.1 icmp_seq=2 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=2 ttl=63 time=2.73 ms
From 192.168.2.1 icmp_seq=3 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=3 ttl=63 time=3.17 ms
From 192.168.2.1 icmp_seq=4 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=4 ttl=63 time=3.80 ms
From 192.168.2.1 icmp_seq=5 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=5 ttl=63 time=2.90 ms
From 192.168.2.1 icmp_seq=6 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=6 ttl=63 time=2.42 ms
64 bytes from 192.168.2.60: icmp_seq=7 ttl=63 time=3.54 ms
From 192.168.2.1 icmp_seq=8 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=8 ttl=63 time=2.58 ms
64 bytes from 192.168.2.60: icmp_seq=9 ttl=63 time=2.34 ms
64 bytes from 192.168.2.60: icmp_seq=10 ttl=63 time=2.03 ms
From 192.168.2.1 icmp_seq=11 Redirect Host(New nexthop: 60.2.168.192)
64 bytes from 192.168.2.60: icmp_seq=11 ttl=63 time=2.22 ms
64 bytes from 192.168.2.60: icmp_seq=12 ttl=63 time=2.13 ms
^C
--- 192.168.2.60 ping statistics ---
12 packets transmitted, 12 received, +7 errors, 0% packet loss, time 11017ms
rtt min/avg/max/mdev = 2.032/3.130/7.704/1.477 ms