大家做无盘时常用windows 2000 server,选用它用原因主要是它稳定,功能强大,dhcp服务完整,支持bootp协议,支持多网卡…这些功能用来做pxe,bootp启动是十分方便的,但自带的tftp软件功能不强大,dhcp服务启动慢,系统启动慢。而下面这个软件,能在windows 9x and NT/XP下运行,文件大小只有92k,但功能十分强大,集成dhcp服务支持bootp协议,tftp服务,tftp客户端,sntp服务,syslog服务,支持多网卡。
我本人做无盘经常用这个软件,用winxp做服务器,执行这个程序,系统就具有pxe启动和bootp启动功能,不在需要tftp服务软件,启动镜像可用3com 的工具做。
如果你只想学习无盘可以选用win98se做服务器,然后执行该程序。你马上就可以做出pxe无盘和bootp无盘。与winxp的区别就是没有共享权限设置。
更大的好处就是该软件可以用作各种路由器升级的工具,如adsl modem,宽带路由器。
Tftpd32 is a Freeware TFTP server for windows 9x and NT/XP.
It provides an implementation of the TFTPv2 protocol (specified in the RFC 1350).
It requires a Windows Sockets DLL (Winsock.DLL).
Tftpd32 supports option negotiation (RFC 1782 to 1785), interface filtering and progress bars.
C’est un serveur TFTP gratuit pour Windows 9x et NT/XP. Il implémente le protocole TFTP version 2 (RFC 1350).
La librairie Winsock est nécessaire (fichier winsock.dll).
Ce serveur supporte des options de négociation (RFC 1782 à 1785), le filtrage et des barres de progression
地址:
perso.wanadoo.fr/philippe.jounin/tftpd32.html
下载地址
perso.wanadoo.fr/philippe.jounin … n_beta.zip
版本说明:该软件是免费软件,2.0的版本只具有bootp启动功能,只支持4个网卡,以后的版本具有dchp功能,可能作pxe启服器
待继…