0

I have a slightly advanced Windows Deployment Services setup.

My router hands out DHCP addresses, including the following config.

ip dhcp pool Servers_100
 network 192.168.100.0 255.255.255.0
 bootfile boot\\x86\\pxelinux.0
 next-server 192.168.100.50
 default-router 192.168.100.1
 dns-server 192.168.100.80 192.168.100.81

This works perfectly for other subnets - I have a couple screens in my pxelinux that allow me to select my various Linux installers or enter the windows preboot environment.

For some reason I'm only receiving the default bootfile that opens to the windows preboot environment. Any idea why?

Tim Brigham
  • 15,545
  • 10
  • 75
  • 115

1 Answers1

2

Checking the "Do not listen on port 67" option under the WDS console (WDS->Servers->ServerName->Properties->DHCP) corrected this behavior.

Tim Brigham
  • 15,545
  • 10
  • 75
  • 115