Centos bonding +vlan

Posted Hi,云计算!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos bonding +vlan相关的知识,希望对你有一定的参考价值。

[[email protected] network-scripts]# cat ifcfg-enp1s0f0
TYPE=Ethernet
BOOTPROTO=none
NAME=enp1s0f0
DEVICE=enp1s0f0
ONBOOT=yes
MASTER=bond0
SLAVE=yes

[[email protected] network-scripts]# cat ifcfg-enp1s0f1
TYPE=Ethernet
BOOTPROTO=none
NAME=enp1s0f1
DEVICE=enp1s0f1
ONBOOT=yes
MASTER=bond0
SLAVE=yes

[[email protected] network-scripts]# cat ifcfg-bond0
TYPE=Ethernet
NAME=bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4"


[[email protected] network-scripts]# cat ifcfg-vlan36
TYPE=Ethernet
NAME=vlan36
DEVICE=vlan36
ONBOOT=yes
PHYSDEV=bond0
VLAN=yes
BOOTPROTO=static
IPADDR=192.168.36.x
PREFIX=24
GATEWAY=192.168.36.xxx

 

以上是关于Centos bonding +vlan的主要内容,如果未能解决你的问题,请参考以下文章

Linux网卡bond

nmcli命令使用及网络配置

centos中加载VLAN模块的命令和网卡添加子接口的命令

Ubuntu bonding + vlan

centos 配置vlan端口

centos7 配置vlan trunk口