# Ceph network configuration
network:
version: 2
renderer: networkd
ethernets:
eth2:
dhcp4: no
optional: true
eth3:
dhcp4: no
optional: true
bonds:
bond1:
interfaces: [ eth2, eth3 ]
mtu: 9000
parameters:
mode: 802.3ad
mii-monitor-interval: 100
lacp-rate: fast
vlans:
bond1.220:
id: 220
link: bond1
optional: true
bridges:
br-ceph-access:
optional: true
addresses: [ 172.16.238.133/24 ]
interfaces: [ bond1.220 ]
mtu: 9000
parameters:
forward-delay: 9
hello-time: 2
max-age: 12
stp: false
ubuntu18.04 设置MTU
最新推荐文章于 2026-05-19 05:44:39 发布
该博客主要围绕Ubuntu 18.04系统设置MTU展开,MTU设置在网络管理中至关重要,能影响网络传输效率和性能。

1369

被折叠的 条评论
为什么被折叠?



