adloaded

bidvertiser

Thursday 2 February 2012

Mac OS X Server: Limiting DDNS registration to specific network interfaces

var enableAppleInstant = 'yes';var modelValue = 'SupportApple';var akamaiUrl = "http://km.support.apple.com";Mac OS X Server: Limiting DDNS registration to specific network interfacesWhen connecting Mac OS X Server v10.5 or later to networks that implement dynamic DNS (DDNS), including Microsoft Active Directory networks, Mac OS X Server may register each configured network interface address in DNS.

"> ACUtil.setPOD('us~en'); var articleId = "HT3169"; var ACStaticText = { 'more': '…more', 'less': 'less' };KmLoader.akamaiUrl = 'http://km.support.apple.com';//function sendRead()var locale = 'en_US';Event.observe(window, 'load', function() {ACHistory.addKbView('HT3169', 'Mac OS X Server: Limiting DDNS registration to specific network interfaces', 'en_US', 'unknown');ACUtil.getMultipleOffers('132630,131703,133331', 'HOWTO_ARTICLES', 'en_US', 'false');ACUtil.reportView('HT3169', 'en_US');// Apple Instant Feed statistics code if(locale.indexOf("en")!=-1 && (enableAppleInstant == "yes")){var store = new Persist.Store('FeedStats');if (store.get('resultActivity')=='true'){var time = new Date();setReadTimer = setTimeout(function(){var feedStats = new ACFeedStatistics();feedStats.updateRead('HT3169', store.get('position'));store.remove('HT3169');store.remove('position');}, 3000);store.set('HT3169', time.getTime());}} });Event.observe(window, 'beforeunload', function(){// Apple Instant Feed statistics code if(locale.indexOf("en")!=-1 && (enableAppleInstant == "yes")){ var store = new Persist.Store('FeedStats'); if (store.get('resultActivity')=='true' && store.get('HT3169') !== null){ var time = new Date();var timeDiff = time.getTime() - store.get('HT3169');if (timeDiff Mac OS X Server: Limiting DDNS registration to specific network interfaces Summary

When connecting Mac OS X Server v10.5 or later to networks that implement dynamic DNS (DDNS), including Microsoft Active Directory networks, Mac OS X Server may register each configured network interface address in DNS.

Products Affected

Lion Server, Mac OS X Server 10.5, Mac OS X Server 10.6

For multi-homed servers, this may cause confusion and prevent clients from connecting to the server.

In Lion Server, use this command to restrict DDNS registration to a single interface (en0 in this example):

dsconfigad -restrictDDNS "en0"

Additional Information

To set Mac OS X Server v10.5 or v10.6, edit the /etc/smb.conf file.

After the line "; END required configuration.", specify the interface(s)/address(es) that you do want registered after 'interfaces =': .

[global]
interfaces = en0
bind interfaces only = yes

This will cause Samba to only bind to the specified interface(s) and only register the selected interface(s) address in DNS. This information is from samba.org, attributed to Tim Potter.

$('articlecontent').select('img').each(function(element) { if(element.width > 640 ){ var imageDiv = document.createElement('div'); imageDiv.setStyle({ 'display':'block', 'width':'660px', 'overflow':'auto', 'border':'1px solid #dedede','margin-right': '15px'}); element.parentNode.replaceChild(imageDiv, element); imageDiv.appendChild(element); } }); Important: Mention of third-party websites and products is for informational purposes only and constitutes neither an endorsement nor a recommendation. Apple assumes no responsibility with regard to the selection, performance or use of information or products found at third-party websites. Apple provides this only as a convenience to our users. Apple has not tested the information found on these sites and makes no representations regarding its accuracy or reliability. There are risks inherent in the use of any information or products found on the Internet, and Apple assumes no responsibility in this regard. Please understand that a third-party site is independent from Apple and that Apple has no control over the content on that website. Please contact the vendor for additional information. Rate this article:Not helpfulSomewhat helpfulHelpfulVery helpfulSolved my problemOne Moment PleaseThanks for rating this article Not helpful Somewhat helpful Helpful Very helpful Solved my problem Email this article Share this article Print this page Share this article Twitter Facebook Last Modified: January 25, 2012 Article: HT3169 Views: 23552 Rating: 3.0/5 Stars
(75 Responses) LanguagesEnglish??? Event.observe(window, 'load', function() { new KmLoader('2', 0, 0, 'Mac OS X Server: Limiting DDNS registration to specific network interfaces', 0, 0, 'en_US', 0, 0, 'support_site.related_articles.HT3169',undefined,undefined,'HT3169');}); Related Articles Still need help?

No comments:

Post a Comment