
networking
scuthxf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux Network scripts
local dhcp_ip=`/sbin/ifconfig eth0 | grep 'inet addr' | awk -F: '{print $2}' | awk '{print $1}'` local dhcp_netmask=`ifconfig eth0 | grep原创 2011-09-20 18:04:29 · 1345 阅读 · 0 评论 -
Configure a VLAN
— Get two OVS host1 and host2; — Setup vlan on host1 and host2: vconfig add eth0 701ip link set eth0.701 upbrctl addbr xenbr701ip li原创 2011-09-20 17:05:54 · 358 阅读 · 0 评论