Link to home
Start Free TrialLog in
Avatar of sethendres
sethendresFlag for Australia

asked on

DHCP options delete

Hello everyone,

I am attemtping to deploy images using snap deploy 3 with a PXE server. I reveive the errow when booting up. PXE-E55 ProxyDHCP no reply to request on port 4011

An article is telling me to delete options 66 and 67 in DHCP. I was able to delete option 60. Here is the erro I receive while attempting to delete options 66 and 67

Command completed successfully.
netsh dhcp server>delete optionvalue 66
The specified option does not exist.
netsh dhcp server>delete optiondef 66

DHCP Server Delete OptionDef failed.

Parameter(s) passed are either incomplete or invalid.
netsh dhcp server>

Thankk you
ASKER CERTIFIED SOLUTION
Avatar of pmasotta
pmasotta

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sethendres

ASKER

I understand that. Same article I came across. I was successful at deleting option 60. I was unable to delete 66 and 67.
Avatar of pmasotta
pmasotta

#60 = Client Identifier (set to "PXEClient")      >   you erased this one
#66 = Boot Server Host Name                         >   thisone was not set that's why you couldn't erased it
#67 = BootFile Name                                       >   this one was not set that's why you couldn't erased it


have you tried and see if you get the same error now?




SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial