[Samba] ddns in samba4

Daniel Müller mueller at tropenklinik.de
Thu Feb 16 23:58:39 MST 2012


Working on CENTOS, file /usr/local/samba/private/named.conf,

zone "134.168.192.in-addr.arpa" in {  #<-------your subnet
        type master;
        file "/usr/local/samba/private/dns/134.168.192.in-addr.arpa.zone";
#<---- your file with reverse addresses
         allow-transfer { key TRANSFER;   };
         #  allow-transfer { 192.168.134.28;   };
        update-policy {
                grant *.TST.LOC wildcard *.134.168.192.in-addr.arpa.
PTR;#<-----your domain
        };
};



Your reverse zone-file ex:

$ORIGIN 134.168.192.in-addr.arpa.
$TTL    1W
@                       IN SOA  tuebingen.tst.loc. root.tuebingen.tst.loc. (
                                01              ; serial
                                2D              ; refresh
                                4H              ; retry
                                6W              ; expiry
                                1W )            ; minimum

                        IN NS                   node1.tuebingen.tst.loc.
                        IN NS                   node2.tuebingen.tst.loc.
27                     IN PTR                 node1.tuebingen.tst.loc.
28                     IN PTR                 node2.tuebingen.tst.loc.



-----------------------------------------------
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
-----------------------------------------------

-----Ursprüngliche Nachricht-----
Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im
Auftrag von felix at epepm.cupet.cu
Gesendet: Donnerstag, 16. Februar 2012 21:28
An: samba at lists.samba.org
Betreff: [Samba] ddns in samba4


I followed this
http://linuxcostablanca.blogspot.com/2012/01/samba-4-ubuntu.html and got
dynamic dns updates working in forward zone.
any ideas to get it working in the reverse zone too?

By the way, nice article Steve.

Best regards,
Felix.

-- 
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