Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-03 Thread Jorell

On 12/2/2012 10:11 PM, Gémes Géza wrote:

2012-12-03 02:24 keltezéssel, Jorell írta:

On 12/2/2012 7:32 AM, Hleb Valoshka wrote:

On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote:


My question is thus: How can I make Samba4 update the DNS entries
and allow
DHCP to update the entries?


Somebody should add this link to howto :)

http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/



Secondly, is this even necessry with the AD type domain?


dunno



I don't see how updating a M$ DNS server applies here.

M$ DNS server (if AD integrated) uses the same RPC management protocol
which is implemented by the dnsserver dcerpc endpoint server running by
default inside the samba binary.


I haven't used a recent build of Samba 4.0 but samba use to create a
bind.conf file on creating the domain. If you merge the two you should
be able to get everything working.



Regards

Geza Gemes


That is very useful to know, but he said BIND. Would that sill apply?


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


Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-03 Thread Gémes Géza

First: please keep discussion on list.

2012-12-03 02:24 keltezéssel, Jorell írta:

On 12/2/2012 7:32 AM, Hleb Valoshka wrote:

On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote:


My question is thus: How can I make Samba4 update the DNS entries
and allow
DHCP to update the entries?


Somebody should add this link to howto :)

http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/ 





Secondly, is this even necessry with the AD type domain?


dunno



I don't see how updating a M$ DNS server applies here.

M$ DNS server (if AD integrated) uses the same RPC management protocol
which is implemented by the dnsserver dcerpc endpoint server running by
default inside the samba binary.


I haven't used a recent build of Samba 4.0 but samba use to create a
bind.conf file on creating the domain. If you merge the two you should
be able to get everything working.



Regards

Geza Gemes


That is very useful to know, but he said BIND. Would that sill apply?

Yes it applies regardless of the DNS server (the program listening on 
port 53) because it manipulates the data underneath. So it should apply 
to both samba internal DNS server and bind (with dlz plugin) as well.


Regards

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


[Samba] Samba4 - Bind Config with DHCP

2012-12-02 Thread Joubert, Dawie
To those who will eb able to assist,

Platform: On Ubuntu 12.04 I have used the latest Git version.

I have installed isc-dhcp-server and bind9 from the plain apt repositories and 
have configured DHCP and BIND9 so that DHCP can update DNS entries via the 
hmac-md5 as so:

key rndc-key { algorithm hmac-md5; secret ==;}
allow unknown-clients;
use-host-decl-names on;
log-facility local7;

zone lab.rhdhv.local. {
primary localhost;
key rndc-key;
}

zone 0.168.192.in-addr.arpa. {
primary localhost;
key rndc-key;
}

Afterwards I downloaded the latest Samba4 from git and installed.
The provision command I used was: /usr/local/samba/bin/samba-tool domain 
provision --realm=lab.rhdhv.local --domain=LAB --adminpass='p4$$word' 
--server-role=dc --dns-backend=BIND_FLATFILE

My question is thus: How can I make Samba4 update the DNS entries and allow 
DHCP to update the entries? Secondly, is this even necessry with the AD type 
domain?

Best regards, 

Dawie Joubert 
ITS Technologist 
T +27 (0) 12 3675800 | D +27 (0) 12 367 5889 | M +27 (0) 84 589 2078 | E 
dawie.joub...@rhdhv.com | W www.rhdhv.co.za 
SSI Engineers and Environmental Consultants (Pty) Ltd trading as Royal 
HaskoningDHV | Reg No. 1966/001916/07 
Fountain Square, 78 Kalkoen Street, Pretoria, 0181 
PO Box 25302, Pretoria, 0105, South Africa 

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


Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-02 Thread Hleb Valoshka
On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote:

 My question is thus: How can I make Samba4 update the DNS entries and allow
 DHCP to update the entries?

Somebody should add this link to howto :)

http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/

 Secondly, is this even necessry with the AD type domain?

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


Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-02 Thread Jorell

On 12/2/2012 7:32 AM, Hleb Valoshka wrote:

On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote:


My question is thus: How can I make Samba4 update the DNS entries and allow
DHCP to update the entries?


Somebody should add this link to howto :)

http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/


Secondly, is this even necessry with the AD type domain?


dunno



I don't see how updating a M$ DNS server applies here.

I haven't used a recent build of Samba 4.0 but samba use to create a 
bind.conf file on creating the domain. If you merge the two you should 
be able to get everything working.



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


Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-02 Thread Gémes Géza

2012-12-03 02:24 keltezéssel, Jorell írta:

On 12/2/2012 7:32 AM, Hleb Valoshka wrote:

On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote:

My question is thus: How can I make Samba4 update the DNS entries 
and allow

DHCP to update the entries?


Somebody should add this link to howto :)

http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/ 




Secondly, is this even necessry with the AD type domain?


dunno



I don't see how updating a M$ DNS server applies here.
M$ DNS server (if AD integrated) uses the same RPC management protocol 
which is implemented by the dnsserver dcerpc endpoint server running by 
default inside the samba binary.


I haven't used a recent build of Samba 4.0 but samba use to create a 
bind.conf file on creating the domain. If you merge the two you should 
be able to get everything working.




Regards

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