OpenWrt in Vmware

先参考这个,http://www.openwrt.org.cn/bbs/forum.php?mod=viewthread&tid=6749

下载http://downloads.openwrt.org/backfire/10.03.1/x86_generic/         vmdk的x86image

新建2.6的虚拟机

完成后,移除打印机、CD等无用虚拟硬件,移除原有的SCSI的虚拟硬盘,新建一个IDE的,backfire使用SCSI时会卡住有问题。

设置网络为VMnet1 host only(保持默认的dhcp使能)

启动虚拟机,

修改原来的网络配置,原来为静态。

vi /etc/config/network

将 interface lan的proto由static改为dhcp

去除ipaddr type netmask等项

重启网络

/etc/init.d/network restart

网络会正常DHCP获取IP

使用浏览器直接连接ip即可访问网页端。


编译OpenWrt相关

1. 如您只想清除/编译某个模块,您可以做如下类似操作make package/qos/clean, make package/qos/compile, make package/qos/install

2. make V=s输出详细信息

3. 第一次编译时下载的包放在dl目录下。



你可能感兴趣的:(OpenWrt in Vmware)