For ping you must remove 18 bytes to test an mtu of 1500 so in your test:ping -D -c 3 -s 1500 172.16.1.3This is testing an MTU of 1518.Please useping -D -c 3 -s 1472 172.16.1.3to test an MTU of 1500.P