Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F57505217
raw-paste-data.txt
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
cmooney
Sep 13 2024, 9:32 AM
2024-09-13 09:32:17 (UTC+0)
Size
855 B
Referenced Files
None
Subscribers
None
raw-paste-data.txt
View Options
# IP MTU seems to be 1450:
root@arturo-test-vm4:~# ping -c 1 -M do -s 1423 172.16.129.237
PING 172.16.129.237 (172.16.129.237) 1423(1451) bytes of data.
ping: local error: message too long, mtu=1450
# Leaving a max ping data size of 1422 (1450 - (10 UDP + 8 ICMP))
root@arturo-test-vm4:~# ping -c 1 -M do -s 1422 172.16.129.237
PING 172.16.129.237 (172.16.129.237) 1422(1450) bytes of data.
1430 bytes from 172.16.129.237: icmp_seq=1 ttl=64 time=4.09 ms
## 1500 works though if we allow it fragment
root@arturo-test-vm4:~# ping -c 1 -s 1500 172.16.129.237
PING 172.16.129.237 (172.16.129.237) 1500(1528) bytes of data.
1508 bytes from 172.16.129.237: icmp_seq=1 ttl=64 time=3.10 ms
## MTU is actually hard set on the interface, this isn't coming from pmtud
root@arturo-test-vm4:~# ip --json link show dev ens3 | jq | grep mtu
"mtu": 1450,
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18847944
Default Alt Text
raw-paste-data.txt (855 B)
Attached To
Mode
P69113 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment