linux下VLAN设置

1. 安装vlan(vconfig)和加载8021q模块

 [root@test0001~]#yum install vconfig

[root@test0001~]#modprobe 8021q

[root@test0001~]#lsmod |grep -i 8021q

 

2. 在eth0接口上配置两个VLAN

 [root@test0001~]#vconfig add eth0 100

Added VLAN with VID == 100 to IF -:eth0:-

[root@test0001~]#vconfig add eth0 200

Added VLAN with VID == 200 to IF -:eth0:-

 

 

3. 设置VLAN的REORDER_HDR参数,默认就行了

 [root@test0001~]#vconfig set_flag eth0.100 1 1

Set flag on device -:eth0.100:- Should be visible in /proc/net/vlan/eth0.100

[root@test0001~]#vconfig set_flag eth0.200 1 1

Set flag on device -:eth0.200:- Should be visible in /proc/net/vlan/eth0.200

 

4. 配置网络信息

 [root@test0001~]#ifconfig eth0 0.0.0.0

[root@test0001~]#ifconfig eth0.100 172.16.1.8 netmask 255.255.255.0 up

[root@test0001~]#ifconfig eth0.200 172.16.2.8 netmask 255.255.255.0 up

或者创建/etc/sysconfig/network-scrips/ifcfg-eth0.100,内容参考如下:

DEVICE=eth0.100
IPADDR=192.168.0.1
NETMASK=255.255.255.0
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
VLAN=yes

 

5. 删除VLAN命令

 [root@test0001~]#vconfig rem eth0.100

Removed VLAN -:eth0.100:-

[root@test0001~]#vconfig rem eth0.200

Removed VLAN -:eth0.200:-

 

6. 将VLAN信息写入配置文件 
#echo "modprobe 8021q">>/etc/rc.local 
开机加载8021q模块,或者使用echo "8021q">>/etc/modules 

转载于:https://www.cnblogs.com/yy20141204bb/p/5695621.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值