Send dhcp-users mailing list submissions to dhcp-users@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/dhcp-users or, via email, send a message with subject or body 'help' to dhcp-users-requ...@lists.isc.org You can reach the person managing the list at dhcp-users-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of dhcp-users digest..." Today's Topics: 1. Re: DDNS updates for zone having multiple primary servers (kraishak) 2. Re: DDNS updates for zone having multiple primary servers (glenn.satch...@uniq.com.au) ---------------------------------------------------------------------- Message: 1 Date: Thu, 1 Apr 2021 04:16:40 -0500 (CDT) From: kraishak <kraishak....@gmail.com> To: dhcp-users@lists.isc.org Subject: Re: DDNS updates for zone having multiple primary servers Message-ID: <1617268600871-0.p...@n4.nabble.com> Content-Type: text/plain; charset=us-ascii Hi Glenn/ Team I have one more doubt what is the difference between the options domain-name (option-15) and ddns-domain-name, I don't see much difference between them can any one please guide me. Sorry I know it is too many questions in one thread but I want to get clarify before I use these DDNS options Thanks in Advance Kraishak -- Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/ ------------------------------ Message: 2 Date: Thu, 01 Apr 2021 21:53:37 +1100 From: glenn.satch...@uniq.com.au To: Users of ISC DHCP <dhcp-users@lists.isc.org> Subject: Re: DDNS updates for zone having multiple primary servers Message-ID: <53d337e940b8dfa3d5f363cd3bcef...@uniq.com.au> Content-Type: text/plain; charset=US-ASCII; format=flowed Hi Kraishak Options are setting sent to the client to configure the client behaviour. ddns-domainame is a setting to configure how dhcpd server performs dynamic DNS updates. option domain-name "example.org"; this is the equivalent of setting the domain function in /etc/resolv.conf, that is, it is the domain to add to an unqualified name. So if user looks up the name "foo" it will try "foo.example.org". See dhcp-options man page for options that are sent to configure the client. ddns-domain-name "desktop.example.org"; this is the domain the dhcp server should add to an unqualified name when forming a fully qualified name for updating in the DNS system. So host "foo" is to go into DNS as "foo.desktop.example.org". See dhcpd.conf man page. So you might put all your clients in a sub-domain, eg laptop "foo" goes in desktop.example.org. But all your servers are in the top level, eg server1.example.org. So you would have option domain-name "example.org"; ddns-domainname "desktop.example.org"; regards, Glenn On 2021-04-01 20:16, kraishak wrote: > Hi Glenn/ Team > > I have one more doubt what is the difference between the options > domain-name > (option-15) and ddns-domain-name, I don't see much difference between > them > can any one please guide me. > Sorry I know it is too many questions in one thread but I want to get > clarify before I use these DDNS options > > Thanks in Advance > Kraishak > > > > > > -- > Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/ > _______________________________________________ > ISC funds the development of this software with paid support > subscriptions. Contact us at https://www.isc.org/contact/ for more > information. > > dhcp-users mailing list > dhcp-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ Subject: Digest Footer _______________________________________________ ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ End of dhcp-users Digest, Vol 150, Issue 1 ******************************************