Discussion:
PMTU discovery question
(too old to reply)
Gerald Breuer
2016-05-28 16:11:51 UTC
Permalink
Is there a way to see a list for wich ip-addresses the path MTU
discovery has learned which MTU? I'm interested in Linux, Windows
and OS X.

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
Gerald Breuer
2016-05-28 16:20:32 UTC
Permalink
Post by Gerald Breuer
Is there a way to see a list for wich ip-addresses the path MTU
discovery has learned which MTU? I'm interested in Linux, Windows
and OS X.
I got it at least for Windows:
netsh interface ipv4 show destinationcache


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
Rob Warnock
2016-05-30 06:18:29 UTC
Permalink
Gerald Breuer <***@gmail.com> wrote:
+---------------
| schrieb Gerald Breuer:
| > Is there a way to see a list for wich ip-addresses the path MTU
| > discovery has learned which MTU? I'm interested in Linux, Windows
| > and OS X.
|
| I got it at least for Windows:
| netsh interface ipv4 show destinationcache
+---------------

For FreeBSD, it's "netstat -r" (show routes) with the
"-W" suboption added [and you probably want to add "-n"
as well to turn off reverse lookups of IPs, or it'll
be *sloooow*], that is:

netstat -rWn

Since OS X is partially based on FreeBSD, I'd suggest
trying that in a terminal (shell) window and see what
you get.


-Rob

-----
Rob Warnock <***@rpw3.org>
627 26th Avenue <http://rpw3.org/>
San Mateo, CA 94403
Mike O'Connor
2016-06-02 05:29:32 UTC
Permalink
Post by Rob Warnock
+---------------
| > Is there a way to see a list for wich ip-addresses the path MTU
| > discovery has learned which MTU? I'm interested in Linux, Windows
| > and OS X.
|
| netsh interface ipv4 show destinationcache
+---------------
For FreeBSD, it's "netstat -r" (show routes) with the
"-W" suboption added [and you probably want to add "-n"
as well to turn off reverse lookups of IPs, or it'll
netstat -rWn
Since OS X is partially based on FreeBSD, I'd suggest
trying that in a terminal (shell) window and see what
you get.
netstat -rl is what you want for OS X.

-Mike

Jorgen Grahn
2016-05-30 12:38:01 UTC
Permalink
Post by Gerald Breuer
Is there a way to see a list for wich ip-addresses the path MTU
discovery has learned which MTU? I'm interested in Linux, Windows
and OS X.
# route -neC

seems like a decent option for Linux and IPv4. The ip(8) command
probably has a way to display the information, too.

/Jorgen
--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
Loading...