PC Review


Reply
Thread Tools Rate Thread

Computer browsing, NETBIOS

 
 
=?Utf-8?B?RG9uIEpvbmVz?=
Guest
Posts: n/a
 
      28th Jan 2005
I am currently a Windows NT 4.0 Domain with 20 W2K Servers, 20 Unix Servers.
In preparation for AD migration, Enterprise IT group had us remove our DNS
Servers and WINS servers. Right now, we have LMHOSTS and HOSTS files on
Windows Servers. We have disable the computer browser service on all servers
except for the NT 4.0 PDC and BDC. On occasion, the W2K Servers can nolonger
reslove NetBios Names. To resolve the issue, we have ran nbtstat -R to
reload the LMHOSTS file, and reboot. Once the reboot is complete we see all
the computers. One tool we use a log is the terminal services manager, and
only the local server is seen.

What is best way to handle NetBios name resolution without having a WINS
server, and is there some tie into the Computer Browser serivice on W2K that
will help?

Thanks.

Don Jones
 
Reply With Quote
 
 
 
 
Doug Sherman [MVP]
Guest
Posts: n/a
 
      28th Jan 2005
Well, if IT won't let you have WINS or DNS servers, then lmhosts, hosts, and
broadcast are all thats left. In a non-routed environment, your current
setup should work. If however, you are routing between segments; then you
should enable the computer browser service on at least one (preferably 2)
computers on each segment so that there can be a segment master browser.
Make sure that lmhosts loookup is enabled on the WINS tab - this is the
default, and make sure that every computer has an lmhosts file with a PRE
tag for the PDC. You might get better results if you configure clients to
use b node vs. h node - See:

http://support.microsoft.com/default...b;en-us;119493

Doug Sherman
MCSE WIN2k/NT4.0, MCSA, MCP+I, MVP

"Don Jones" <(E-Mail Removed)> wrote in message
news:CE5C8735-B95A-4721-A740-(E-Mail Removed)...
> I am currently a Windows NT 4.0 Domain with 20 W2K Servers, 20 Unix

Servers.
> In preparation for AD migration, Enterprise IT group had us remove our DNS
> Servers and WINS servers. Right now, we have LMHOSTS and HOSTS files on
> Windows Servers. We have disable the computer browser service on all

servers
> except for the NT 4.0 PDC and BDC. On occasion, the W2K Servers can

nolonger
> reslove NetBios Names. To resolve the issue, we have ran nbtstat -R to
> reload the LMHOSTS file, and reboot. Once the reboot is complete we see

all
> the computers. One tool we use a log is the terminal services manager,

and
> only the local server is seen.
>
> What is best way to handle NetBios name resolution without having a WINS
> server, and is there some tie into the Computer Browser serivice on W2K

that
> will help?
>
> Thanks.
>
> Don Jones



 
Reply With Quote
 
Bruce Sanderson
Guest
Posts: n/a
 
      30th Jan 2005
Perhaps what the "IT group" meant was to switch to using the DNS and WINS
services that are installed with the AD Domain(s), rather than independant
ones.

Seems to me that operating any size network without using DNS and WINS (for
downlevel clients) is a peculiar and problematic way to do things.

Name resolution and "Browsing" are separate things. Name resolution is
translating a name to an IP address which can be done by DNS, WINS,
broadcast or LMHOSTS files. Browsing is gathering a list of computer and
other names so that lists can be populated (e.g. in Windows Explorer) for
users to see; that's what the Computer Browser service does. The Browser
service requires name resolution capability, but name resolution works just
fine without "browsing" working.

Browsing (e.g. populating the list of domains and computers in My Network
Places) requires NetBIOS over TCP/IP, but name resolution does not (at least
with Windows 2000 and later).

Even if a computer's name does not appear in My Network Places (a
representation of the "browse list"), name resolution (e.g. in Map Network
Drive, Start, Run or any access by UNC name) will still work as long as
there is a name resolution process available.

--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.



"Don Jones" <(E-Mail Removed)> wrote in message
news:CE5C8735-B95A-4721-A740-(E-Mail Removed)...
>I am currently a Windows NT 4.0 Domain with 20 W2K Servers, 20 Unix
>Servers.
> In preparation for AD migration, Enterprise IT group had us remove our DNS
> Servers and WINS servers. Right now, we have LMHOSTS and HOSTS files on
> Windows Servers. We have disable the computer browser service on all
> servers
> except for the NT 4.0 PDC and BDC. On occasion, the W2K Servers can
> nolonger
> reslove NetBios Names. To resolve the issue, we have ran nbtstat -R to
> reload the LMHOSTS file, and reboot. Once the reboot is complete we see
> all
> the computers. One tool we use a log is the terminal services manager,
> and
> only the local server is seen.
>
> What is best way to handle NetBios name resolution without having a WINS
> server, and is there some tie into the Computer Browser serivice on W2K
> that
> will help?
>
> Thanks.
>
> Don Jones



 
Reply With Quote
 
=?Utf-8?B?RG9uIEpvbmVz?=
Guest
Posts: n/a
 
      31st Jan 2005
Thanks for the info. I'll give it a try to see what happens.

Don Jones

"Doug Sherman [MVP]" wrote:

> Well, if IT won't let you have WINS or DNS servers, then lmhosts, hosts, and
> broadcast are all thats left. In a non-routed environment, your current
> setup should work. If however, you are routing between segments; then you
> should enable the computer browser service on at least one (preferably 2)
> computers on each segment so that there can be a segment master browser.
> Make sure that lmhosts loookup is enabled on the WINS tab - this is the
> default, and make sure that every computer has an lmhosts file with a PRE
> tag for the PDC. You might get better results if you configure clients to
> use b node vs. h node - See:
>
> http://support.microsoft.com/default...b;en-us;119493
>
> Doug Sherman
> MCSE WIN2k/NT4.0, MCSA, MCP+I, MVP
>
> "Don Jones" <(E-Mail Removed)> wrote in message
> news:CE5C8735-B95A-4721-A740-(E-Mail Removed)...
> > I am currently a Windows NT 4.0 Domain with 20 W2K Servers, 20 Unix

> Servers.
> > In preparation for AD migration, Enterprise IT group had us remove our DNS
> > Servers and WINS servers. Right now, we have LMHOSTS and HOSTS files on
> > Windows Servers. We have disable the computer browser service on all

> servers
> > except for the NT 4.0 PDC and BDC. On occasion, the W2K Servers can

> nolonger
> > reslove NetBios Names. To resolve the issue, we have ran nbtstat -R to
> > reload the LMHOSTS file, and reboot. Once the reboot is complete we see

> all
> > the computers. One tool we use a log is the terminal services manager,

> and
> > only the local server is seen.
> >
> > What is best way to handle NetBios name resolution without having a WINS
> > server, and is there some tie into the Computer Browser serivice on W2K

> that
> > will help?
> >
> > Thanks.
> >
> > Don Jones

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Very netbios browsing after SP2 update George Bromell Windows XP General 2 29th Sep 2004 07:59 PM
NETBIOS BROWSING Rajesh_rana@hotmail.com Microsoft Windows 2000 1 7th Apr 2004 11:26 AM
NetBios Browsing Issues Rik Windows XP Networking 5 23rd Nov 2003 06:14 PM
RPC/browsing/NetBIOS problems? Jim Microsoft Windows 2000 Networking 3 30th Oct 2003 06:24 PM
Re: Computer browsing/sharing problem (NetBIOS?) Robert L [MS-MVP] Windows XP Networking 1 23rd Jul 2003 05:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:42 PM.