In news:%(E-Mail Removed),
Paul Pedersen <no-(E-Mail Removed)> typed:
> I have a new setup of SBS 2003. (It was mostly set up by someone else,
> because I'm new at system administration.)
>
> Everything seems to run normally, I added workstations to the domain,
Using
http://servername/connectcomputer?
> and users are able to log in either locally or to the domain, as was
> intended.
Why would you want local logins? I'd disable them. Users should log into the
domain only.
>
> The problem is, none of the workstations that have been added can see
> the server in My Network Places. They can log in to the domain, and
> they can access shared folders on the server, but only if the server
> name is manually typed in the Add Network Place wizard.
You ought to use a login script anyway - probably easiest to modify
SBS_LOGIN_SCRIPT.bat in \\servername\netlogon and add:
net use * /del
net use x: \\servername\sharename /persistent:no
net use y: \\servername\sharename /persistent:no
net use z: \\servername\sharename /persistent:no
and make sure all user accounts have SBS_LOGIN_SCRIPT.bat as their login
script name in their properties.
>
> They simply cannot browse and see the server. But they can see other
> workstations just fine!
>
> Likewise, the server cannot see the workstations. In Server
> Management, the stations are listed properly, and I can manage them
> remotely. But they do not show up in Browse. And I have a (server)
> antivirus program (NOD32) that is trying to maintain av on the
> workstations, and it cannot see them either.
> What am I doing wrong?
If SBS was set up with its default settings, it should be running WINS. Make
sure the server points to its own IP for WINS and same with all
workstations - best to do this via DHCP on the SBS box - there's an option
(44) for the WINS server, and also 46 (or is it 48???) for 'node type' which
should be 0x8 (hybrid node.)
This will enable NetBIOS over TCP/IP on all the workstations, and make sure
that the SBS box is the master browser. I also usually disable the computer
browser service on all workstations as a matter of course when setting them
up (change the startup type to 'disabled' in services.msc on each
workstation).
Also - although it isn't related to browsing, make sure that the server and
all workstations specify *only* the SBS server's LAN IP for DNS - no
external DNS servers should be there at all. The DNS server running in SBS
should have forwarders to your ISP's DNS servers.