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 · 1299 阅读 · 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 · 325 阅读 · 0 评论