[root@centos ~]# ./bridge-tool -h
KVM虚拟机网卡桥接工具
原创
©著作权归作者所有:来自51CTO博客作者刀匠的原创作品,请联系作者获取转载授权,否则将追究法律责任
Provides 1 steps to build or unbuild the bridge network for KVM.
/tmp/gzexe.xVTDgI4228/bridge-tool [switch [Switch ..]] [switch [Operation]]
Switch option is not mandatory, default is --eth0.
Switch can be from one of the following:
--eth0 :only build the bridge network with eth0,build br0.
--eth1 :only build the bridge network with eth1,build br1.
--all :include eth0,eth1.
-h :help.
Operation option is not mandatory, default is build.
Operation can be from one of the following:
build :build the bridge network whith switch network device.
unbuild :unbuild the bridge network whith switch network device.
上一篇: Rsync命令参数详解
下一篇:双网卡捆绑工具

提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
小谈设计模式(23)—桥接模式
对Java设计模式中的桥接模式进行了详细解读
桥接模式 插入图片 设计模式