使用netplan在裸机服务器上设置网桥

问题描述

大家好, 我目前在创建网桥时遇到麻烦,因此我可以在我的virtualBox主机上使用它的连接。我尝试了不同的解决方案,但没有一个成功/不起作用 在此先感谢您抽出宝贵的时间来帮助我! 操作系统:Ubuntu1804 LTS Netplan配置: ######################

# This file describes the network interfaces available on your system
# For more @R_730_4045@ion,see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    eno5:
      addresses: [ **6.*.35.**/32 ]
      nameservers:
          search: [ ****.*****server.de ]
          addresses:
              - "**.1**.*2.5"
              - "**.1**.*2.4"
              - "**.1**.*2.3"
      routes:
      - to: 0.0.0.0/0
        via: 1**.*.35.1
        on-link: true

######################

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)