On Jun 13, 4:30 pm, Meinolf Weber <meiweb(nospam)@gmx.de> wrote:
> Hello wong_po...@yahoo.ca,
>
> Check out c:\winnt\drivers\etc\hosts file. The file has no extension, open
> it with notepad and you can edit it if it is the one you use.
>
> 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
>
> > How to configure my (client, not server) windows 2000 SP4 computer to
> > use some DNS name servers for hostname lookup?
> > i.e. something similar to the /etc/resolv.conf file on unix.
> > The option available at
> > Control Panel > Network Connections > Local Area Connection >
>
> Properties>> TCP/IP
> Properties>>
>
> > has "General" only.
I had put the following three lines in C:\WINNT\system32\drivers\etc
\hosts and C:\WINNT\system32\drivers\etc\resolv.conf in my win 2000
client (not server) computer.
search powah.com
nameserver 172.20.10.20
nameserver 172.16.2.14
However, it still does not work (the hostname "tulip" does not resolve
to a proper IP addresses).
C:\>ping tulip
Unknown host tulip.
C:\>ping tulip.powah.com
Pinging tulip.powah.com [172.20.11.134] with 32 bytes of data:
Reply from 172.20.11.134: bytes=32 time=3ms TTL=254
Reply from 172.20.11.134: bytes=32 time<10ms TTL=254
Ping statistics for 172.20.11.134:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 3ms, Average = 1ms
Control-C
^C