美文网首页
ubuntu netplan bond网络配置

ubuntu netplan bond网络配置

作者: xun2019 | 来源:发表于2023-09-18 18:30 被阅读0次
# This is the network config written by 'subiquity'
network:
  bonds:
    bond0:
      addresses:
      - 10.20.51.1/24
      gateway4: 10.20.51.254
      interfaces:
      - enp134s0f0
      - enp134s0f1
      nameservers:
        addresses: [8.8.8.8]
        search: []
      parameters:
        lacp-rate: fast
        mode: 802.3ad
        transmit-hash-policy: layer3+4
  ethernets:
    eno0:
      dhcp4: true
    enp134s0f0: {}
    enp134s0f1: {}
    enp96s0f1:
      dhcp4: true
  version: 2

注意点:


截屏2023-09-19 18.30.48.png

相关文章

网友评论

      本文标题:ubuntu netplan bond网络配置

      本文链接:https://www.haomeiwen.com/subject/xpwgvdtx.html