[Control Center] 网络管理器的MTU设置建议ipv4和ipv6分开配置
Tofloor
poster avatar
tan90º
deepin
2025-03-06 16:14
Author

我的网络比较特殊,ipv4网络的MTU正常,但是ipv6网络的MTU只能设置在1280以下,而deepin的网络配置页面只能同时设置2个的MTU,希望能支持v4和v6网络分开设置MTU

image.png

Reply Favorite View the author
All Replies
156******20
deepin
2025-03-07 12:08
#1

ipv6和IPv4始终是两个东西,强烈建议把两者的配置分开,不然我可就想当然的认为开发组偷懒了

Reply View the author
ycscg
deepin
2025-03-12 10:08
#2

动动手分开设置吧,比如

设置 IPv4 MTU 为 1500

sudo ip link set dev eth0 mtu 1500

设置 IPv6 MTU 为 1280

sudo ip -6 link set dev eth0 mtu 1280

Reply View the author