summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp3/dhcpd.conf')
-rw-r--r--dhcp3/dhcpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp3/dhcpd.conf b/dhcp3/dhcpd.conf
index 420a4f1..90b170e 100644
--- a/dhcp3/dhcpd.conf
+++ b/dhcp3/dhcpd.conf
@@ -16,7 +16,7 @@ max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.102.255;
option routers 192.168.102.1;
-option domain-name-servers 192.168.102.252;
+option domain-name-servers 192.168.102.75;
option domain-name "107b.dk";
option time-servers ntp;
option ntp-servers ntp;
@@ -71,7 +71,7 @@ class "PXE" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
# Always include the following lines for all PXELINUX clients
- site-option-space "pxelinux";
+ site-option-space "pxelinux"; # Works with isc-dhcpd-V3.0.1rc9 but not isc-dhcpd-V3.0.1rc10 for some reason
option pxelinux.magic f1:00:74:7e;
if exists dhcp-parameter-request-list {
# Always send the PXELINUX options