Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ee548728
Commit
ee548728
authored
Apr 01, 2003
by
Robert Ricci
Browse files
Change the default behavior for PXE clients - most seem to prefer to
NOT have any options set.
parent
4fa870b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dhcpd/dhcpd.conf.template
View file @
ee548728
...
...
@@ -39,15 +39,15 @@ option PXE.mtftp-delay code 5 = unsigned integer 8;
option PXE.discovery-control code 6 = unsigned integer 8;
option PXE.discovery-mcast-addr code 7 = ip-address;
# Place clients in the PXE class when booting from the PXE ROM. We have to
# set at least one option.
# Place clients in the PXE class when booting from the PXE ROM. For some PXE
# clients, We have to set at least one option - if they fail to dchp, try
# uncommenting the two lines below.
class "PXE" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
option vendor-class-identifier "PXEClient";
vendor-option-space PXE;
option PXE.mtftp-ip 0.0.0.0;
#
vendor-option-space PXE;
#
option PXE.mtftp-ip 0.0.0.0;
}
subnet 155.101.132.0 netmask 255.255.252.0 {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment