If you use multiple subnets you have to install WINS to use NetBIOS resolving.
If DNS is configured correct you should be able to access any share via \\server\share.
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
Thanks for your answer, but my DNS resolution is working fine, because i'm
getting the correct ip address from a nslookup query, and i'm sniffing 2
connections with wireshark to 2 diferents computers in "Site B" and the
destination ip address are correct, but with one computer the connection was
sucessfully and with the another computer was falied and with this computer
i've nerver recived a response except for an ICMP echo REPLY in response to
an ICMP echo REQUEST that was sending in the falied trying connection to the
shared resource.
"Meinolf Weber [MVP-DS]" wrote:
> .
>
As said before if you need NetBios name resolution, use WINS.
I agree with Meinolf. You need WINS in a multi-subnetted environment.
--
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.
Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.
That was the reason why computers in "Site B" could access to their shared
resources between them and computers from "Site A" coudnt connect to the
shared resources in "Site B".
But, it's something that's still no clear to me.¿Why do you say to me that i
should use a WINS server to resolve names in a multi subnet enviroment
instead of a DNS server??.Both do the same work and I don't see why do you
prefer WINS instead of DNS. For even, DNS has many advantages over WINS.
"Ace Fekay [MCT]" wrote:
> .
>
As you mentioned the use of NetBIOS we recommended the use of WINS. Normally
DNS is enough for pure AD environment. But some services, also applications
still rely on Netbios/WINS so if you have more then one subnet WINS is really
helpful as addition.
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
As Meinolf said, some apps still require NetBIOS and not DirectSMB, whcih is
what non-NetBIOS uses with AD, resolution. One huge example is Exchange.
Exchange Server 2003 and Exchange 2000 Server require NetBIOS name
...Explains the different scenarios where Exchange Server 2003 and Exchange
2000 Server still require NetBIOS name resolution for full functionality.
http://support.microsoft.com/kb/837391
Otherwise, for the most part you can get away from WINS in your scenario,
where AD support computername resolution through DNS and single name
connectivity using DirectSMB (port 445). Matter of fact,with AD, it will try
DirectSMB first, then NetBIOS (139).
Ace