I am wanting to set up a DNS on a SCO server to be able to FTP files to ftp sites on the web directly from the SCO server. I would appreciate any tips or instructions or web sites to help get this going.
You might be able to get by with just an /etc/resolv.conf file with entries similar to:
# cat resolv.conf
nameserver 12.34.56.78 (get these from your ISP)
nameserver 34.56.78.90 (get these from your ISP)
hostresorder local bind
search mydomain.com
I usally just make the same entries that motoslide suggested, I would add to his suggestion, if you are using hostresorder local bind and don't have dns setup locally that you might want to make entries for your lan nodes in /etc/hosts otherwise you may have major delays with ftp and telnet connections due to reverse DNS lookup.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.