Re: [Samba] samba to update DDNS

2010-06-15 Thread Christian Rost
is it possible to let samba update the DNS entries in our bind DNS 
server whenever a windows PC connects to the network ?

Hi,

why don't you use dhcpd and bind. That would be the right way to implement 
dynamic DNS updates (DDNS) within you network. 

Christian
===
Dipl.-Ing. Christian Rost
roCon - Informationstechnologie
Glatzer Weg 4

44534 Lünen

fon: +49 (0) 2306 910 658
fax: +49 (0) 2306 910 664
url: http://www.rocon-it.de



Andreas Moroder andreas.moro...@sb-brixen.it wrote
Subject: [Samba] samba to update DDNS
Date: 15.06.2010 09:59

Hello,

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

Bye
Andreas

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


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

Re: [Samba] samba to update DDNS

2010-06-15 Thread Michael Heydon

On 15/06/2010 3:57 PM, Andreas Moroder wrote:
is it possible to let samba update the DNS entries in our bind DNS 
server whenever a windows PC connects to the network ?

Why not do it from the DHCP server? That is the normal approach.

You could probably make something using the preexec settings if you 
really wanted to.

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


Re: [Samba] samba to update DDNS

2010-06-15 Thread tms3





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


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