I am having trouble configuring the dhcp server to work with PXE. Is there additional commands needed for PXE to work. Everything else works fine. I can release and renew and ip address from within the operating system. It is only PXE that does not work. My config looks like this.
ip dhcp excluded-address 10.6.100.1 10.6.100.255
!
ip dhcp pool LMES
network 10.6.0.0 255.255.0.0
next-server 10.7.3.46
default-router 10.6.100.1
domain-name mydomain.org
lease 2
!
The PXE client errors with "No boot file received". I have added the next-server command and also the ip-helper command. But the PXE client continues to error. The debug indicates that it does assign an ip address to the pxe client but that is as far as it goes.
Formerly I was running DHCP services on a Linux box and all work well there, to include PXE. It is only when I moved to DHCP on the router that PXE does not work.
Can anyone help?
Thanks in advance
Carlos