I've setup a desktop machine with OpenSUSE 11.4 and have Active Directory authentication working properly. I can ping, rdp and ssh to'/from other machines. I can access windows shares from OpenSUSE and samba shares from Windows. However, the hostname won't resolve from any machine on the domain. I can ping other machines on the LAN from OpenSUSE using hostnames, but from the other machines I can only use the IP of the new machine. What am I missing?

link|improve this question
feedback

2 Answers

You need to register your host with the DNS system - either from updates by the DHCP server or by manually entering the correct A and PTR entries so that other domain members can resolve.

NetBIOS name resolution is (hopefully) not used anymore as it is everything that the gods have forbidden.

link|improve this answer
Take a look at this post. It has good information about a netbios "free" network: serverfault.com/questions/119253/netbios-free-network – Bob Rivers Apr 27 '11 at 20:28
feedback

I had similar problem and solution I found realy simple but it is in dhcp server.

The problem is windows server does not use dhcp server to maintain dns records by default, and uses it's own way. You need to setup account for dhcp server in AD, like dhcp4dns, and include it in group DNS Update Proxy, then in DHCP server in properties setup account for DHCP to interact with DNS, and you're done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.