Additional diagnostics:
root@vm:/home/test# traceroute -T -p 80 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * *^C
root@vm:/home/test# traceroute -T -p 32526 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * *^C
root@vm:/home/test# traceroute -T -p 53 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
1 168.63.129.16 (168.63.129.16) 0.433 ms 0.386 ms 0.560 ms
On another system in the same subnet:
root@devubuntu:/home/test# traceroute -T -p 80 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
root@devubuntu:/home/test# traceroute -T -p 32526 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
1 168.63.129.16 (168.63.129.16) 0.480 ms 0.591 ms 0.712 ms
1 168.63.129.16 (168.63.129.16) 0.716 ms 0.575 ms 0.693 ms
root@devubuntu:/home/test# traceroute -T -p 53 168.63.129.16
traceroute to 168.63.129.16 (168.63.129.16), 30 hops max, 60 byte packets
1 168.63.129.16 (168.63.129.16) 0.489 ms 0.467 ms 0.820 ms
and its routing table:
default via 10.1.0.1 dev eth0 proto dhcp src 10.1.0.6 metric 100
10.1.0.0/23 dev eth0 proto kernel scope link src 10.1.0.6
168.63.129.16 via 10.1.0.1 dev eth0 proto dhcp src 10.1.0.6 metric 100
169.254.169.254 via 10.1.0.1 dev eth0 proto dhcp src 10.1.0.6 metric 100