美文网首页
centos7 新建bridge

centos7 新建bridge

作者: 至垚 | 来源:发表于2022-09-13 17:26 被阅读0次

ifcfg-cni0

DEVICE="cni0"
BOOTPROTO="static"
IPADDR="10.5.30.5"
ONBOOT="yes"
TYPE="Bridge"
NM_CONTROLLED="no"

ifcfg-ens224

DEVICE=ens224
TYPE=Ethernet
BOOTPROTO=none
ONBOOT=yes
NM_CONTROLLED=no
BRIDGE=cni0

然后执行
systemctl restart network

相关文章

网友评论

      本文标题:centos7 新建bridge

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