Operating System - Tru64 Unix
1829669 Members
9539 Online
109992 Solutions
New Discussion

How to set DNS server on Tru64 5.1B?

 
ericfjchen
Regular Advisor

How to set DNS server on Tru64 5.1B?

We have set the /etc/resolv.conf as below,

domain mycompany.com
nameserver 10.xx.xx.xx
nameserver 10.xx.xx.xx

However, we can't still resolver to look up the name as given. How should we do?
5 REPLIES 5
Michael Schulte zur Sur
Honored Contributor

Re: How to set DNS server on Tru64 5.1B?

Hi,

have a look into the network administration : services page 2-20

greetings,

Michael
To configure a DNS client, invoke the SysMan Menu as documented in
Section 1.2.1 and do the following:
1. From the SysMan Menu, select Networkingâ Additional Network
Servicesâ Domain Name Service (DNS(BIND))â Configure system as a
DNS client to display the Configure DNS Client dialog box.
Alternatively, enter the following command on a command line:
# /usr/bin/sysman d
ericfjchen
Regular Advisor

Re: How to set DNS server on Tru64 5.1B?

How to confirm the setting is ok?
Michael Schulte zur Sur
Honored Contributor

Re: How to set DNS server on Tru64 5.1B?

Hi,

you can check that with nslookup.

greetings,

Michael
Sid Shorter_2
Advisor

Re: How to set DNS server on Tru64 5.1B?

Make sure you changed your svc.conf file to reflect you are using DNS

Ralf Puchner
Honored Contributor

Re: How to set DNS server on Tru64 5.1B?

or simple read the documentation which also contains a troubleshooting section. But reading seems to be a problem in your case.... ;-)
Help() { FirstReadManual(urgently); Go_to_it;; }