-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question ddns #4
Comments
ddns zone is not required. It's different from static zone because it allows DNS UPDATE from IP's other than name servers listed in its parent zone, using the protocol from rfc2136. Allowed IP's for DNS UPDATE are managed with authpf(8) i.e. user "puffy" first needs to SSH login on the master name server host to authenticate the IP from which they will next update ddns.example.com using e.g. nsupdate ( "nsd.conf.zone.ddns.example.com" can be disabled in nsd.conf and I will patch the Makefile to exclude ddns when not needed (oops.) ddns user isn't required without a zone with DNS UPDATE, I will clarify this, thank you.
Correct, the same procedure with MASTER=yes/no in Makefile.local Please let me know if any problems. |
I must be doing something really wrong. But if I don't ask I will not know. I have tried several ways but these issues stay the same.
|
- ddns zone - ddns user - pdnssec.sqlite - validate.tsig - rcctl - tsig user
Horia, I wish I knew how to fix this one myself. Fresh Install have a couple Vultr Snapshots. |
Hey Horia,
is the ddns zone and user required to operate properly ( All my servers are static). Also do both nameservers get treated the same as far as the directions for installation (other than switching Master and Slave in Makefile). Thanks!
The text was updated successfully, but these errors were encountered: