|
发表于 2005-2-27 10:57:04
|
显示全部楼层
硬盘版的安装方法:
QUOTE
Installation on a standard PC requires the following steps:download the raw CF/IDE image (generic-pc) write the image to a CF card (> 5 MB) or an IDE hard disk, either with dd under FreeBSD or under Windows with my tool, physdiskwrite 0.5 FreeBSD:gzcat generic-pc-xxx.img | dd of=/dev/rad[n] bs=16kwhere n = the ad device number of your CF card (check dmesg)(ignore the warning about trailing garbage - it's because of the digital signature) Linux:gunzip -c generic-pc-xxx.img | dd of=/dev/hdX bs=16kwhere X = the IDE device name of your HD/CF card (check with hdparm -i /dev/hdX) - some CF adapters, particularly USB, may show up under SCSI emulation as /dev/sdX(ignore the warning about trailing garbage - it's because of the digital signature) Windows:(use the -u flag if the target disk is > 800 MB - make very sure you've selected the right disk!!)physdiskwrite [-u] generic-pc-xxx.img(you must use v0.3 or later!) put the CF card/HD into the target PC plug the PC into the network (LAN/WAN/...) power it up assign functions (LAN/WAN/OPT) to your interfaces (hint: use auto-detection, or let the MAC addresses tell you which card is which one) change the LAN IP address, or use the default (192.168.1.1; m0n0wall acts as a DHCP server by default) access the webGUI (user: 'admin', default password: 'mono') make the necessary changes to the default configuration |
|