Subject: isc-dhcp-server: search domain still 'home' with ddns-update-style 
interim
Package: isc-dhcp-server
Version: 4.3.1-6
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
build a bind server

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I have four VirtalBox on OEL 5.8 on Windows 7 with dhcp client configuration.
I try to have a correct /etc/resolv.conf with the option ddns.
When ddns-update-style is set to interim the search domain is set to home.
The dynamic insertion is made dns recognize the computer.

When ddns-update-style is set to none the search domaine is correct, so
dynamic dns is not active.

I prefer to use the option none

   * What was the outcome of this action?

The search domain is correct

   * What outcome did you expect instead?

A good search domain for the dhcp client Oel 5.8




-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 3.16.0-4-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages isc-dhcp-server depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  debianutils            4.4+b1
ii  isc-dhcp-common        4.3.1-6
ii  libc6                  2.19-18+deb8u1
ii  libdns-export100       1:9.9.5.dfsg-9+deb8u4
ii  libirs-export91        1:9.9.5.dfsg-9+deb8u4
ii  libisc-export95        1:9.9.5.dfsg-9+deb8u4
ii  lsb-base               4.1+Debian13+nmu1

isc-dhcp-server recommends no packages.

Versions of packages isc-dhcp-server suggests:
pn  isc-dhcp-server-ldap  <none>

-- Configuration Files:
/etc/dhcp/dhcpd.conf changed:
include "/etc/dhcp/joachim-pvi-org_rndc-key";
authoritative;
ddns-domainname "pvi.org";
ddns-rev-domainname "in-addr.arpa";
ddns-updates on;
ddns-update-style interim;
allow             client-updates;
update-static-leases on;
zone pvi.org. {
        primary 175.158.215.3;
        key joachim-pvi-org_rndc-key;
}
zone 158.175.in-addr.arpa. {
        primary 175.158.215.3;
        key joachim-pvi-org_rndc-key;
}
        
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
option domain-name "pvi.org";
option domain-name-servers 175.158.215.3;
option domain-search "pvi.org";
subnet 175.158.215.0 netmask 255.255.255.0 {
        range 175.158.215.230   175.158.215.254;
        option subnet-mask 255.255.0.0;
        option routers 175.158.215.1;
}
host 10258689 {
        hardware ethernet 00:13:30:01:50:CE;
        fixed-address 175.158.215.230;
}
host FR-8L3GXW1 {
        hardware ethernet B8:CA:3A:D3:0D:7A;
        fixed-address 175.158.215.231;
}
host frmp27171b {
        hardware ethernet 08:00:27:78:B1:8C;
        fixed-address 175.158.215.233;
}
host frmp27171c {
        hardware ethernet 08:00:27:EA:98:27;
        fixed-address 175.158.215.234;
}
host frmp27171g {
        hardware ethernet 08:00:27:B8:4A:63;
        fixed-address 175.158.215.238;
}
host frmp27171h {
        hardware ethernet 08:00:27:08:DB:1F;
        fixed-address 175.158.215.239;
}


-- debconf information:
  isc-dhcp-server/interfaces:

Reply via email to