In a case I can use only UDP and ICMP protocols, how can I discover, in bytes, the path MTU for packet transfer from my computer to a destination IP?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
I believe what you are looking for, is easiest gotten via |
|||
|
|
|
A quick search with
This command even works unprivileged in user space. |
|||
|
|
ping -s $SIZE -c 1 -M dontand lowering thatSIZEvalue till it works, or just having a look at theICMPreturns viatcpdumpif we are talking ipv6 buttraceroutehas this built in I just realized. – Max Dec 30 '12 at 18:06