摘要:
Steps to install Fedora-23 in VM image Target:on the VM image, we can make gcc32bit and gcc64bit build. Set up a bridge on host We need set up a bridg 阅读全文
摘要:
Steps to set up bridge Target: set up a bridge on the interface which connect to internet. Then we can attach other devices to the bridge to connect t 阅读全文
摘要:
1. 添加br0 命令:brctl addbr br0 2. 新建ifcfg-br0文件 命令:Touch ifcfg-br0 [root:network-scripts]# cat ifcfg-br0 TYPE=Bridge DEVICE=br0 ONBOOT=yes NM_CONTROLLED= 阅读全文