Support #679
closedSmart-Proxy/DHCP on W2K3 does not display 'TFTP Server/Boot Filename/Hostname' information
Description
On Win2003, the options are not displayed, although they exist for all records - they are defined globally as the server options (so all records inherit them).
I have both DHCP options 66 and 67 set and working, but they are not seen in the smart proxy's web interface. The MACs and IPs are seen correctly.
Updated by Byron Miller over 9 years ago
- Tracker changed from Bug to Support
- Description updated (diff)
- Status changed from New to Closed
Hello!
I'm going through the backlog and trying to help triage issues in the backlog. This ticket is based on Windows 2003 Support ends as of tomorrow.
http://www.microsoft.com/en-us/server-cloud/products/windows-server-2003/
Foreman is also on version 1.8.2 as of today.
With that said, the DHCP Options are set in Windows:
If needed, you have to create the option 60 on the Windows DHCP (for PXE Boot)
Open an administrator command prompt
Create the PXE Option using netsh
C:\Windows\system32>netsh
netsh>dhcp
netsh dhcp> server 10.10.45.1
netsh dhcp server>add optiondef 60 PXEClient String 0 comment= PXE Support
I don't believe the options are displayed in the HTML interface, right now the current release will show these DHCP options in the DHCP browser
hostname mac ip network nextServer filename
Right now the documentation reflects to update these from the command line (or edit a file on linux).
Thanks,
Updated by Ori Rabin almost 9 years ago
- Has duplicate Bug #1099: web interface does not show host options added