- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
AD Integration - Dynamic DNS Problems
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-19-2013 01:05 AM
Hi all,
i'm trying to integrate my AD environment with the infoblox DNS. I would like to let my AD clients to dynamically update the dns name on the nios appliance.
Right now the nios appliances are not managing the DHCP, so I want to do GSS-TSIG updates from Clients to Infoblox dns servers.
The nios version is: 6.7.1-204398 I already have my dns zone (authoritative) with AD integration (svc entries & co.) and all works just fine. I tried to follow the admin guide ( "Accepting GSS-TSIG-Authenticated Updates" page 642), the config seems ok but i'm not able to receive authenticated updates.
When i try to update the dns record from an XP machine, I obtain this error message:
Re: AD Integration - Dynamic
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-12-2013 10:37 AM
Bump.
i am going to try this but before i do i would like to know if this is an issue
Re: AD Integration - Dynamic
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-19-2013 03:56 PM
Hi Marco,
If you have not found a resolution to this problem, you should contact Infoblox support at https://support.infoblox.com/.
Thanks,
Christine
Re: AD Integration - Dynamic
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-23-2013 08:41 AM
http://www.accumuli.com/infoblox-and-gss-tsig-i-3187.php
The info on that web page helped me greatly in geting GSS-TSIG working in my enviroment. It was a much better explination, with real world examples than the admin guide.
Re: AD Integration - Dynamic
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-04-2013 06:45 AM
When you create the keytab file on windows (as in Admin Guide page 648) try the following for crypto
- crypto: all
or
-crypto RC4-HMAC-NT
(both will work for W2k8 R2 Server & W7k PCs)
Please delete your current AD GSS-TSIG user and create a new one before you create the keytab.
//Stefan
Re: AD Integration - Dynamic DNS Problems
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-2020 07:17 AM
Hi,
I've the same problem with you. This error typically issued on microsoft behaviour where the old kerberos key are not timing out when you create the new one.
to purge the kerberos ticket cache i follow this guide https://blogs.technet.microsoft.com/tspring/2014/06/23/viewing-and-purging-cached-kerberos-tickets/, and now the client are success to update to Infoblox on my environment.
Thanks