community.borland.com

Article #25778: Netware TCP/IP connection - name resolution

Problem:
How do I get  Domain Name Service (DNS/BIND) name resolution to work on a netware server.

Solution:
You must create a file in the SYS:Etc directory with the name    Resolv.cfg

The first line on the file should contain  the word  domain  followed by your local domain name.
The second line should contain the word nameserver followed by the IP address of your  
DNS server.  

EX:  If your domain was  interbase.com, and your name server was located at 444.444.444.444,
        the file would read :

domain  interbase.com
nameserver 444.444.444.444
 

Last Modified: 27-OCT-00