摘要: 增删VLAN vconfig add eth0 10 vconfig rem eth0.10重启网卡 ifconfig eth0.101 up ifconfig eth0.101 down ifconfig eth0 10.10.10.10 netmask 255.255.254.0查看网卡列表 一般查看网卡列表我们都是直接用ifconfig的,但是很多时间当网卡名称长时会被其他信息挡住。 这样就可以用tcpdump -D 来查看了ifconfig会自动添加不存在的网卡。同样down掉一个网卡也相当于删掉该网卡 ifconfig eth1.202:1:102 ifconfig后面接的设备名可以 阅读全文
posted @ 2013-02-18 22:45 dzqabc 阅读(5540) 评论(0) 推荐(0) 编辑