El 03/04/12 19:18, Anton Aylward escribió:
Lynn said the following on 04/03/2012 12:10 PM:
From: https://lists.samba.org/archive/samba/2012-April/166830.html
<quote> if your DHCP client is able to do GSS-TSIG updates against windows, </quote>
Is our DHCP client able to do that? L x
Let have the full quote:
<quote> If your DHCP client is able to do GSS-TSIG updates against windows, it should be able to do the same against Samba4. If the DHCP client can't update, you'll have to figure out how to fix the client side of things. <quote>
Lynn, this is all well documented in the various references I have provided and can be tested with nsupdate.
Start from the inside out.
1. Can you dynamically update DNS with forward and reverse (manually, cli using nsupdate) ?
My DNS entries are stored in Active directory. nsupdate knows nothing about them. samba_dnsupdate does and can be used at the cli to update them if you want but is normally unnecessary. The updates occur as and when needed by the software.
If not, then you have a problem with DDNS against BIND. Find out what that is and fix it
2. Is the crypto key shared between DHCP and BIND? This should be the same key used in (1)
The key is only known to AD. As far as I know, bind cannot see the entries stored in AD.
3., Is DHCP set up to use DDNS against BIND for the relevant subnet? Again, consult the URLs for parameters to DHCP that I included in earlier mails
The only way I know to create the reverse entry in AD without a 2008 server is as follows (samba thread again): To create a reverse zone for 192.168.1.0/24 subnet, $ samba-tool dns zonecreate <server> 1.168.192.in-addr.arpa And then you can add record (e.g. test1.my.domain -> 192.168.1.1) $ samba-tool dns add <server> 1.168.192.in-addr.arpa 1 PTR test1.my.domain This method gives me reverse lookups fr static IP's. Now I need to be able to translate this into dynamic IP's Not very good answers but I think it points to conventional methods being of no use when dealing with dynamically loaded zones in AD. But don't let's give up! L x -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org