vmware安装openwrt

1300阅读 0评论2017-01-19 mfc42d
分类:LINUX

使用openwrt编译出一个vmware虚拟机,网卡设置bridge模式
打开后,发现eth0配置ip也无法和外网连通.
问过高手,发现是网卡处于promiscuous mode模式
ifconfig br-lan down
brctl delbr br-lan

然后可以和宿主机通讯
修改/etc/config/network 
 #option type 'bridge'
                 
 #option ip6assign '60'
最后添加
ifup lan





上一篇:shell中文件大小排序
下一篇:如何查看mysql的运行时间