centos6 vlan接口配置

Posted

tags:

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

1)、安装vconfig

yum install vconfig

2)、在内核加载802.1q模块

modprobe 8021q

lsmod |grep -i 8021q  (查看模块是否加载)

3)、配置vlan接口并且做桥接

vconfig add em1 13


cat  /etc/sysconfig/network-scripts/ifcfg-em1.13 

DEVICE=em1.13

ONBOOT=yes

BOOTPROTO=static

TYPE=ethernet

VLAN=yes

BRIDGE=br0


cat ifcfg-br0 

DEVICE=br0

TYPE=Bridge

BOOTPROTO=static

IPADDR=60.10.118.19

NETMASK=255.255.255.240

ONBOOT=yes



vconfig add em1 11


cat  /etc/sysconfig/network-scripts/ifcfg-em1.11

DEVICE=em1.11

ONBOOT=yes

BOOTPROTO=static

TYPE=ethernet

VLAN=yes

BRIDGE=br11



cat ifcfg-br11

DEVICE=br0

TYPE=Bridge

BOOTPROTO=static

IPADDR=60.10.118.10

NETMASK=255.255.255.240

ONBOOT=yes


以上是关于centos6 vlan接口配置的主要内容,如果未能解决你的问题,请参考以下文章

centos6 一个vlan配置多ip地址

vlan接口及应用

华为交换机S5700系列vlan配置教程

VLAN高级技术

VLAN-3.2 配置Trunk接口

Vlan中Trunk接口配置