Quote from: henri9813 on May 17, 2025, 02:19:25 PM[root@local-vm ~]# ping -s 3000 -D PUBLIC_IP
PING PUBLIC_IP (PUBLIC_IP) 3000(3028) bytes of data.
[1747332539.430593] 3008 bytes from PUBLIC_IP: icmp_seq=1 ttl=63 time=3.56 ms
[1747332540.431041] 3008 bytes from PUBLIC_IP: icmp_seq=2 ttl=63 time=2.34 ms
Hi,
your "local-vm" is a linux machine.
The "-D" flag add the time in linux, don't enable "don't fragment" flag.
For linux you must use "-M do".