I watched for requests originating from the monitoring system and captured this:
15:43:55.777470 IP (tos 0x0, ttl 53, id 57643, offset 0, flags [DF], proto UDP (17), length 76)
207.171.7.201.40057 > 188.165.236.162.123: [udp sum ok] NTPv4, length 48
Client, Leap indicator: clock unsynchronized (192), Stratum 0 (unspecified), poll 0 (1s), precision 0
Root Delay: 0.000000, Root dispersion: 0.000000, Reference-ID: (unspec)
Reference Timestamp: 0.000000000
Originator Timestamp: 0.000000000
Receive Timestamp: 0.000000000
Transmit Timestamp: 3666005283.744762496 (2016/03/03 15:48:03)
Originator - Receive Timestamp: 0.000000000
Originator - Transmit Timestamp: 3666005283.744762496 (2016/03/03 15:48:03)
15:43:55.777580 IP (tos 0xb8, ttl 64, id 42245, offset 0, flags [DF], proto UDP (17), length 76)
188.165.236.162.123 > 207.171.7.201.40057: [bad udp cksum 0x8106 -> 0xda4d!] NTPv4, length 48
Server, Leap indicator: (0), Stratum 2 (secondary reference), poll 3 (8s), precision -23
Root Delay: 0.011688, Root dispersion: 0.019668, Reference-ID: 131.188.3.223
Reference Timestamp: 3750330480.845544731 (2018/11/04 15:28:00)
Originator Timestamp: 3666005283.744762496 (2016/03/03 15:48:03)
Receive Timestamp: 3750331435.777470096 (2018/11/04 15:43:55)
Transmit Timestamp: 3750331435.777568105 (2018/11/04 15:43:55)
Originator - Receive Timestamp: +84326152.032707600
Originator - Transmit Timestamp: +84326152.032805608
This looks fine, but there’s an oddity:
Traceroute on UDP (Source Port 123, Dst Port 40057, as in the original request):
~# traceroute -U -p 40057 -q 1 -A --sport=123 207.171.7.201
traceroute to 207.171.7.201 (207.171.7.201), 30 hops max, 60 byte packets
1 vss-3b-6k.fr.eu (188.165.236.252) [AS16276] 1.622 ms
2 10.95.69.66 (10.95.69.66) [*] 0.225 ms
3 10.95.66.62 (10.95.66.62) [*] 0.162 ms
4 10.95.64.2 (10.95.64.2) [*] 1.238 ms
5 be100-1044.gsw-1-a9.fr.eu (94.23.122.215) [AS16276] 4.151 ms
6 be100-1345.ash-1-a9.va.us (94.23.122.244) [AS16276] 78.626 ms
7 be100-1366.lax-la1-bb1-a9.ca.us (178.32.135.157) [AS16276] 135.238 ms
8 phyber.as7012.any2ix.coresite.com (206.72.210.50) [AS14365/AS4039/AS1784] 134.607 ms
9 te7-4.r02.lax2.phyber.com (207.171.30.62) [AS7012] 134.153 ms
10 *
11 *
12 *
13 *
14 *
Traceroute on ICMP:
~# traceroute -I -q 1 -A 207.171.7.201
traceroute to 207.171.7.201 (207.171.7.201), 30 hops max, 60 byte packets
1 vss-3-6k.fr.eu (188.165.236.253) [AS16276] 0.578 ms
2 10.95.69.0 (10.95.69.0) [*] 0.262 ms
3 10.95.66.56 (10.95.66.56) [*] 0.268 ms
4 10.95.64.2 (10.95.64.2) [*] 1.395 ms
5 be100-1042.ldn-5-a9.uk.eu (213.251.130.103) [AS16276] 4.532 ms
6 be100-1298.nwk-5-a9.nj.us (192.99.146.133) [AS16276] 71.251 ms
7 be100-1007.ash-5-a9.va.us (198.27.73.219) [AS16276] 78.826 ms
8 be100-1367.lax-la1-bb1-a9.ca.us (178.32.135.160) [AS16276] 132.141 ms
9 phyber.as7012.any2ix.coresite.com (206.72.210.50) [AS14365/AS4039/AS1784] 132.489 ms
10 te7-4.r02.lax2.phyber.com (207.171.30.62) [AS7012] 132.779 ms
11 perl.gi1-9.r01.lax2.phyber.com (207.171.30.14) [AS7012] 134.222 ms
12 b1.develooper.com (207.171.7.201) [AS7012] 132.625 ms
Here you see, that it takes another way to the destination on OVH’s network, but it always reaches the “Phyber” network. But there, two hops are missing on the UDP protocol traceroute.
Could there be a problem on the monitoring network, too?