I’m using openSuse11. I have set up the DNS entries manually, and the first one points to the SBS AD server (SBS’03R2). I have specified the WINS server to the same machine using explicit IP address.
I can see the domain members in the Network Servers window.
I can not ping individual domain members by name, but I can ping them by IP address.
I can not join the AD domain, YaST can’t locate the domain controller.
If the file is not there don’t worry just create a new one (as root). #vi /etc/resolv.conf
The structure of the file is:
search domain_name
nameserver IP_address_in_dotted_ decimal_of_DNS_server
It should not make any difference.
But for the sake of testing let’s have the same order like I have on my server (I posted before).
Normally the query is directed to first DNS server, if there is no answer than it is going to 2nd server and if still failing it will go to “upper DNS levels” - like ISP, etc…
Did you tried a reboot of the machine after performed these modifications?
Is obvious the query is failing.
I am used to use dig like that: #dig@IP_address_of_DNS_SERVER FQDN_of_server/workstation
eg:
dig @192.168.1.3 myworkstation.mydomainname.local