|
Here is the default order for name resolution. HOST file DNS WINS/Broadcast Two ways to fix this. 1. If the workstation does not leave the network. i.e. desktops not laptops, then you could place an entry in the workstation's HOST file. MS knowledgebase can show you how. 2. As Lorna has suggested. Edit the registry on the workstation to change the priority so that WINS is queried first.
For NT/95 HKEY_Local_machine\System\CurrentControlSet\Services\TCPIP\ServiceProvider You'll see HostsPriority, DNSPriority, and NBTPriority value sets. They are followed by hexadecimal values. The lower the value the earlier HOSTS, DNS, and WINS/Broadcasts get done. For example, by default DNS priority is 7D0 and WINS is 7D1. Change DNS priority to 7D2 and the client queries WINS first then interrogates DNS. For 98 maybe 2000 HKEY_Local_machine\System\CurrentControlSet\Services\VxD\MSTCP\ServiceProvider DNSPriority is d007 and WINS is d107. Change DNSpriority to d207 Hope this helps Don [This message has been edited by Don (edited 06-30-2000).]
|