bingxing8000 发表于 2016-3-2 21:31:50

请问Tiny PXE Server 最下面的WDS有什么用?

如图:


另外请问1.0.0.18和1.0.0.19相对1.0.0.17更新了什么?

nytc006 发表于 2016-3-2 22:29:36

百度一下,你就知道。

1、Windows Deployment Services(Windows部署服务,简称:WDS),是提供给计算机管理员在企业或组环境中为计算机部署操作系统的一种工具。 
    通过WDS我们可以轻松地为企业的客户端批量部署操作系统,并可管理映像和无人参与的安装脚本,或提供需人参与和无人参与的安装选项。
https://social.technet.microsoft.com/Forums/zh-CN/c92fd8a3-8a8e-4d0c-abfc-a15ac6a84b7b/windows-deployment-servicesos
如何使用Windows Deployment Services实现企业OS的批量部署。百度上其它的针对wds的详细的部署教程一大堆。
粗浅了解了一下,貌似需要 域 环境

2、BINL 这个百度了很少内容出来,不过还是能了解点内容的:Binlsrv.exe   binl服务器程序,BINL实现工作组模式网络安装的关键,此服务实现了从网络加载客户端网卡的驱动,主要靠NCQ,NCR,RQU,RSU四种报文实现。

上面2个东东,着重点好像都是通过部署服务,来批量的安装原版的操作系统。

3、iny-pxe-server:
http://reboot.pro/forum/142-tiny-pxe-server/
http://www.mistyrebootfiles.altervista.org/documents/TinyPXEServer/index.html
What's New in Version 1.0.0.19 →
VERSION 1.0.0.19
1.0.0.2
modified : pxe options hidden by default
modified : altfilename hidden by default
fixed : form no more stays on top
fixed : form position is default
1.0.0.3
fixed : auto add character '/' when requesteddocument is a folder
1.0.0.4
fixed : bug in tftpd daemon : blksize was not handled when tsize was set. would not affect all clients, but would affect wds
1.0.0.5
modified : change of name for Tiny PXE Serve
1.0.0.6
added : binl active if at least one of the binl fields is field (wdsnbp.com will query a new boot file name and bcd file name (option 252))
1.0.0.7
added : BINL checkbox (will actually enable proxy dhcp on udp:4011)
added : support for NCQ requests, will send back NCR answers with correct driver details : enabling RIS/XP network installation
1.0.0.8
fixed : in dhcp, answer.flags=query.flags now
added : more debugging
1.0.0.9
fixed : random timeouts on tftp. oack return moved to thread.execute rather than thread.create
1.0.0.10
added : will use datas from config.ini, if any (see sample)
added : auto start of services possible
added : about box
added : forms will remember last top/left position
fixed : working/current directory
1.0.0.11
added : dns server (will send back A/PTR records only, use the windows hosts file to add records)
1.0.0.12
added : can use @mac or @ip in the filename to send back the requester mac or ip as part of the filename/path
1.0.0.13
added : ability to filter (inclusive) mac addresses
added : quick and dirty faq that will evolve as it goes
1.0.0.14
added : proxydhcp option in the gui
added : proxydhcp option in config.ini
modified : cleaner log
added : verbose option in config.ini
fixed (again) : unicast/broadcast will match the query
added : log option in config.ini to log to a file
1.0.0.15
added : option (smb) in config.ini to create auto a windows share named PXE pointing to boot folder
fixed : in proxydhcp mode, will not send a dhcp_offer if query is not coming from a PXEClient
1.0.0.16
fixed: remoteport=4011 when srcport=4011 -> was preventing some ipxe client to boot (uefi for exemple)
changed: opt60='' by default when using opt67 (was 'PXEClient' before) -> was preventing ipxe client to boot with opt67
changed: opt60='PXEClient' when proxydhcp=1 (was hardcoded before) -> more flexible
fixed: xid is now displayed correctly -> was reversed order
fixed: was sending an empty boot filename in proxydhcp in the dhcp_offer stage -> removed, was preventing proxydhcp+opt67
changed: bind=true by default when multiple interfaces detected -> was not preventing pxe boot with multiple interfaces when bind=false
1.0.0.17
fixed : should detect if a socket is already in use
fixed : messages sent from threads would not always reach the memo box
added : will execute an executable/batch if cmd parameter is present in config.ini
fixed : httpd will be handle both non keep-alive (default) and keep-alive http requests
fixed : would create crashes (under certain conditions) if the root path was incorrect
fixed : would not start tftpd if not set in config.ini
added : support for dhcp-relay
added : opt252 in config file
1.0.0.18
added : @arch variable can be used in the altfilename (next to @mac and @ip). 00000 = bios, 00006=efi32, etc ... see https://www.rfc-editor.org/rfc/rfc4578.txt
fixed : tftpd will also bind if option is checked
modified : if the root folder in config.ini is incorrect, it will be set to the exe current directory
modified : if the filename cannot be resolved (like when using @arch or @mac), it will not prevent execution
modified : tftp will display the full path (within root) for a file request
added : @arch will also be used in opt252
fixed : opt67 in the config.ini would not set the root folder
added : section in config.ini optional, applies to filename and opt67. ex values -> 00006=bootia32.efi, 00007=bootx64.efi, etc ...
added : support for nics.txt for BINL (overule the inf parsing)
fixed : opt13 was incorrect when loading a filename thru config.ini
fixed : opt13 was incorrect when using arch=00007/00006
fixed : when using opt67, would crash if section was missing
added : can re load settings from config.ini
added : can save settings to config.ini
added : smb checkbox
fixed : httpd uses fmShareDenyWrite to allow multiple i/o to one file
added : sent bootp packet will be word aligned
added : will replace \0 by null char for opt60,66,67 (some pxe clients require a null terminated string there)
added : support rfc951 = bootp request will be handled as dhcp request (rfc951=1 in config.ini)
added : no_hostname=1 in config.ini to skip the server hostname field
changed : if opt54/opt43='0.0.0.0' then skip the option
added : no_opt13=1 in config.ini to skip option 13
changed : opt53 skipped if bootp request (i.e not a dhcp request) to be compatible with bootp clients
1.0.0.19
added : root can be an http url (netboot for debian, ubuntu, ...)
fixed : stream.free on udp transfer complete
added : can log to a syslog server (add syslog=host in config.ini)
fixed : non critical udp socket errors would stop the dhcp daemon
added : ip will be reserved for 60 secs after an offer
added : ack will send back the ip sent in the offer phase (based on xid)
fixed : bug on \0 after introducing http support in root field
changed : a checkbox to send opt43 subopt 1 = 0.0.0.0 - required by some old clients (next to opt60=PXEClient)

nytc006 发表于 2016-3-2 22:31:54

想了解,还是自己动手才有意思{:2_127:}

bingxing8000 发表于 2016-3-3 10:00:08

nytc006 发表于 2016-3-2 22:29
百度一下,你就知道。

1、Windows Deployment Services(Windows部署服务,简称:WDS),是提 ...

回答的很详细,谢谢。
虽然怎么多英文看不懂,还是要把1.0.0.17换成1.0.0.19。

cctvyz 发表于 2016-3-25 20:21:57

MARK下
页: [1]
查看完整版本: 请问Tiny PXE Server 最下面的WDS有什么用?