In article <4395a888$0$29625$(E-Mail Removed)>,
(E-Mail Removed) says...
>
> May be, someone knows where I can find any information about it ?
I recently learned all about PXE boot when getting Ghost backups to work
over the network using PXE Boot. So I can't answer your exact question
but I can provide some other info...
My understanding is that the PXE Client "is" a DHCP client but with a slight twist.
The client includes an option that says it's a PXE client. Below is how the option
appears in WireShark:
Option: (t=60,l=32) Vendor class identifier = "PXEClient:Arch:00000:UNDI:002001"
So you would need the DHCP server to support recognizing this option or perhaps ignoring
DHCP requests that have that option. I don't know if this is possible.
PXE is designed to work with multiple DHCP servers sending information so
I believe it's possible for both a PXE server and DHCP server to co-exist.
That is one configuration I've tested.
You should see
http://en.wikipedia.org/wiki/Dynamic...ation_Protocol
for a description of how DHCP works because PXE is a variant on DHCP.
The following
http://www.3com.com/other/pdfs/infra.../en_US/pxe.pdf describes
how PXE works.
Again, these aren't answers but hopefully they'll help you find out more about
how it works so you can see if DHCP servers can be configured to filter these
PXE requests.
Regards,
Patrick Steranka