|
|
发表于 2006-8-5 18:28:22
|
显示全部楼层
Post by 黄叶
这个参数的问题。
可以看一下帮助。
-net nic[,vlan=n][,macaddr=addr][,model=type]
create a new Network Interface Card and connect it to VLAN 'n'
建立一个网卡,然后连接到vlan上去。
-net tap[,vlan=n][,fd=h][,ifname=name][,script=file]
connect the host TAP network interface to VLAN 'n' and use
the network script 'file' (default=/etc/qemu-ifup);
连接到你的vlan 到主机的tun/tap上去。
感觉就是这个vlan做中间的媒介
其实我想问的是,这个 vlan 是哪里建的,是不是就是类似一个 bridge? |
|