Your message dated Wed, 05 Aug 2026 17:31:09 +0000
with message-id <[email protected]>
and subject line Bug#1143544: Removed package(s) from unstable
has caused the Debian Bug report #598218,
regarding Name resolution not working in parameters specified in      
isc-dhcpd-server config
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
598218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598218
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp-server
Version: 4.1.1-P1-9

Have specified names for router and dns server options in
/etc/dhcp/dhcpd.conf, and they dont seem to be applying to clients.

Config below:

ddns-update-style none;

default-lease-time 86400;
max-lease-time 129600;
authoritative;

log-facility local7;


subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.101 192.168.1.254;
    option routers router.example.local;
    option ntp-servers time.example.local;
    option domain-name "example.local";
    option domain-name-servers dns1.example.local;

    host machine-1 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-1; }
    host machine-2 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-2; }
    host machine-3 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-3; }
    host machine-4 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-4; }
    host machine-5 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-5; }
    host machine-6 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-6; }
    host machine-7 { hardware ethernet 00:00:00:00:00:00; fixed-address
machine-7; }
}

Service loads correctly, and I have monitored /var/log/messages, and all
seems to be working well. PCs get given IP addresses, but dont get gateway
or dns server options.

If I update the config above and change:

option routers router.example.local;
option domain-name-servers dns1.example.local;

TO

option routers 192.168.1.60;
option domain-name-servers 192.168.1.60;

Clients successfully receive these options.

Names are resolvable on the same server, as bind is currently running and
working.

Only seems to have failed in the last week, not sure if there was an
update to this package perhaps?

Current setup:

Linux dns1 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010 x86_64
GNU/Linux

Debian squeeze/sid

Any help appreciated.

Cheers,




--- End Message ---
--- Begin Message ---
Version: 4.4.3-P1-8+rm

Dear submitter,

as the package isc-dhcp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1143544

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to