From fbf09af9c5a0c1c443ac95d759a5b10a7abc5e5e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 27 Nov 2002 18:01:51 +0000 Subject: dhcp: Add comment about problems with sid dhcp3-server. --- dhcp3/dhcpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhcp3') 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 -- cgit v1.2.3