mtu size testing
Posted: Wed Dec 05, 2007 3:27 pm
Hi,
Is it possible to test the mtu-size without fragmenting the packets?
In Linux it looks like this:
I made a custom probetype with 1500 bytes packet size, but I think that these packets are fragmented.
thx,
chris
Is it possible to test the mtu-size without fragmenting the packets?
In Linux it looks like this:
Code: Select all
ping 192.168.1.1 -s 1492 -M do
thx,
chris