Re: dns/dhcp client - hooks??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 21 Jan 2014 12:20:37 -0500
bruce wrote:

> I asked, how one can go about updating a local dns using nsupdate from
> the clients, based on the dhclient updates, or words to that effect..

I know nuthin about nsupdate. I've used dhcp and bind together
to provide dynamic DNS, but I did it a long time ago and I remember
it being very much not fun to get it all working. The dhcp
and the dns server have to be configured to talk to one another
and they need keys installed on both systems to verify they
are supposed to be able to talk, etc.

Then the dhcp client on each system needs to know to tell dhcp
it's name (which seems to be something that needs configuring
differently on every linux distro - sometimes it is automatic,
sometimes you have to poke config files with a stick :-).

My named.conf file has something like this in the global
options:

options {
   ...
   forwarders { other DNS server IPs; };
};

Then has a:

key DHCP_UPDATER {
  algorithm hmac-md5;
  secret some generated key gibberish goes here;
};

Then I have zone file decls to setup a local subnet.

Then the dhcpd.conf file also has the same DHCP_UPDATER
key section and zone definitions that mention it and
correspond to the zones in the named.conf file.

It also has this option:

ddns-update-style interim;

There is probably more junk that needs to be done
because I remember taking weeks to get it all to
work :-).
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux