Displaying 3 results from an estimated 3 matches for "dynupd".
Did you mean:
dynup
2018 Jan 05
0
dhcpd create lease error and unable to kinit for dynupdate on domain controller
On Fri, 5 Jan 2018 14:03:58 +0000
niya <niyalevi at gmail.com> wrote:
> Hi Rowland
> thank for the quick reply
> i did try the version from the samba wiki first which failed when
> getting a new ticket ,
> dhcpd kinit for dynamic dns failed,
> so i tried the arch linux version next,
> i asked in the arch -general list but i got no answers so i tried
> samba, as my
2018 Jan 05
2
dhcpd create lease error and unable to kinit for dynupdate on domain controller
Hi everyone
following
https://wiki.archlinux.org/index.php/Samba/Active_Directory_domain_controller#DHCP_with_dynamic_DNS_updates,
on my samba dc i have installed the dhcp package and the
samba-dhcpd-updateAUR package
there are two unresolved errors that i cannot fix
1 -: Can't create new lease file: Permission denied
2 -: kinit for dynamic DNS failed
can anyone offer any suggestions.
#
2003 Nov 30
1
LCR with ENUM and DDNS: half the story
...ly, but that gets
very tedious very quickly. Or you can use the nifty DDNS updating program
that comes with bind9.
The first thing is to set configure your e164.example.com to allow ddns updates.
A very good document describing how to do this (just ignore the DHCP stuff) is
http://ops.ietf.org/dns/dynupd/secure-ddns-howto.html
In a nutshell (I used TSIG keys for simplicity, the procedure is analogous with
SIG(0) asymettric keys) this is how you do it.
On the client computer that will be allowed to update the database do:
% dnssec-keygen -a HMAC-MD5 -b 512 -n HOST client.example.com
Kclient.examp...