码迷,mamicode.com
首页 > 其他好文 > 详细

centos6.7vlan-tag

时间:2016-02-29 23:26:11      阅读:427      评论:0      收藏:0      [点我收藏+]

标签:centos6.7vlan-tag

1, yum install -y vconfig

2, modprobe 8021q

   lsmod | grep 8021q

3, vconfig add eth0 100

   ls  /proc/net/vlan/

4, 复制ifcfg-eth0到ifcfg-eth0.100,注意eth0是必须启用的,但不需要填写IP地址,就像交换机一样。

   关键点:将ONBOOT设置为yes,将BOOTPROTO设置为none

5, 编辑ifcfg-eth0.4文件,将ONBOOT设置为yes,将BOOTPROTO设置为static或dhcp,

   就像配置普通的网卡一样进行配置,配置结束后重启网络,利用ping检查网络是否畅通

   VLAN=yes   ?

6, /etc/init.d/network  restart


本文出自 “石头记” 博客,请务必保留此出处http://dodowolf.blog.51cto.com/793581/1746147

centos6.7vlan-tag

标签:centos6.7vlan-tag

原文地址:http://dodowolf.blog.51cto.com/793581/1746147

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!