diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-11-27 18:01:51 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-11-27 18:01:51 +0000 |
commit | fbf09af9c5a0c1c443ac95d759a5b10a7abc5e5e (patch) | |
tree | 8c9816b44ff48955d9dcef0a852cd6b45cb1132e /dhcp3 | |
parent | bca86f6a29a9be84a6b05ad035198cac5845ce80 (diff) |
dhcp: Add comment about problems with sid dhcp3-server.
Diffstat (limited to 'dhcp3')
-rw-r--r-- | dhcp3/dhcpd.conf | 4 |
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 |