"Gary" <(E-Mail Removed)> wrote in message news:<1582c01c41b1d$083f8a80$(E-Mail Removed)>...
> 2 Win2k adv servers in a workgroup. There is a requirement
> to disable NetBIOS over TCP/IP. 1 machine hosts a file
> share and the other one cannot access this share? Have a
> hosts entry for the server yet it just does not seem to be
> able to resolve the name. Have read that win2k network
> programs can use both NetBIOS and Winsock APIs.
You should be able to use FQDNs or IP addresses:
net use \\146.23.44.12\share
or
net use \\server1.domain.com\share
>Is there
> anything else I need to do to get the name resolution
> performed by DNS?
If you want to use just the hostname and not the FQDN,
use DHCP option 15 to put in your domain name. By
default, TCP/IP will append this as a suffix to a bare
host name.
If your servers have more than domain.com in their
suffix, (e.g. server1.subnet.domain.com) in
TCP/IP settings -> advanced -> DNS -> append these
DNS suffixes in order. Put in the possible DNS suffixes
for the hosts you want accessed.
> Do I have to have a DNS server opposed
> to hosts file entries?
You can do it with host file entries
>Do you still need the browser
> service running?
If you do not have NBT, browsing will not work.
--
Matt Hickman
Some people talk better when they breathe vacuum.
Robert A. Heinlein (1907 - 1988)
_The Moon Is a Harsh Mistress_ c 1966
|