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
原文地址:http://dodowolf.blog.51cto.com/793581/1746147