[Samba] samba to update DDNS

tms3 at tms3.com tms3 at tms3.com
Tue Jun 15 07:01:28 MDT 2010





SNIP
>
> Hello,
>
> is it possible to let samba update the DNS entries in our bind DNS
> server whenever a windows PC connects to the network ?

If you have a Samba domain, you should use DHCP to do so.  Samba (as 
far as I know) knows nothing about FQDN's.   isc dhcpd.conf:

Global
# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS 
updates.
ddns-update-style interim;
deny-client-updates;
ddns-ttl 1;
one-lease-per-client on;

Zone include

        ddns-updates on;
        option domain-name "mydomain.xxx";
        ddns-domainname "mydomain.xxx";
        ddns-rev-domainname "IN-ADDR.ARPA";

Cheers,


>
>
>
> Bye
> Andreas
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba



More information about the samba mailing list