OS X Server: Limiting DDNS registration to specific network interfaces
Summary
When a server is connected to a network that implements dynamic DNS (DDNS), including Microsoft Active Directory networks, 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, OS X Server (Mountain Lion)
For multi-homed servers, this may cause confusion and prevent clients from connecting to the server.
In OS X Server (Mountain Lion) or Lion Server, use this command to restrict DDNS registration to a single interface (en0 in this example):
dsconfigad -restrictDDNS "en0"
Additional Information
For 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.
Read more http://support.apple.com/kb/HT3169