DNS Configuration in Solaris 10


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers DNS Configuration in Solaris 10
# 1  
Old 02-25-2009
Question DNS Configuration in Solaris 10

Hi All,
I have a list of few DNS server with hostnmae and IP which I need to setup in Solaris Servers...Can any one pls tell me the steps for setting up the above in solaris 10 & 9????
# 2  
Old 02-26-2009
If I understand your question right, you need to edit the /etc/resolv.conf file.
# 3  
Old 02-26-2009
Quote:
Originally Posted by frozentin
If I understand your question right, you need to edit the /etc/resolv.conf file.

Yes , You are right. So do I need to put an entry of DNS host and IP in this file? the file shows like this
nameserver 10.20.x.x
nameserver 10.122.x.x
nameserver 10.120.x.x
domain xxx.com
search xxx.com

so what exactly I need to put here
# 4  
Old 02-26-2009
You need to put the IP address of the DNS server in a "nameserver" line. There is a limit on the max number of such lines. Maybe 3. Maybe more.

Backup this file, and replace the first nameserver entry with your DNS server's IP. Also ensure that your "search" entry is correct. Solaris 10 does not need the "domain" entry.
# 5  
Old 02-26-2009
Quote:
Originally Posted by frozentin
You need to put the IP address of the DNS server in a "nameserver" line. There is a limit on the max number of such lines. Maybe 3. Maybe more.

Backup this file, and replace the first nameserver entry with your DNS server's IP. Also ensure that your "search" entry is correct. Solaris 10 does not need the "domain" entry.
Thanks a lot.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

How to configure DNS configuration for RHEL 5?

I wanted to know how to configure DNS configuration for RHEL 5. I hope, my query is clear of how to setup DNS for RHEL 5. Please revert with the reply to my query Regards (6 Replies)
Discussion started by: RHCE
6 Replies

2. UNIX for Dummies Questions & Answers

DNS mail server configuration

Hello fellow unix dudes, I have a question on DNS. Basically the error is my domain.com server can not send email to my mail.domain.com server. I have a virtual server with one IP say 192.10.11.12 and a mail server with iP 172.4.5.6 When the virutal server on ip 192.10.11.12 was setup,... (0 Replies)
Discussion started by: photon
0 Replies

3. AIX

DNS configuration on AIX 6.1

Hello All, I want to install ORACLE RAC on AIX 6.1. In the installation guide. the below two points were mentioned: Each node must have at least two network adapters or network interface cards (NICs): one for the public network interface, and one for the private network interface (the... (2 Replies)
Discussion started by: beayni33
2 Replies

4. UNIX for Dummies Questions & Answers

DNS & DHCP configuration

Hi to all. Sorry for my bad english. For pure self-educational, not professional, purposes, I am studying how to configure a server with several services operating on it. For my experiment I'm using VirtualBox 3.1.4 on a WinXP host with 3 FreeBSD guests; one acts as a DHCP + DNS server; the... (0 Replies)
Discussion started by: marboxer
0 Replies

5. Red Hat

Dns configuration error in Redhat

Dear All I want to configure DNS in redhat linux. i am following these steps but when i restart the services it is showing status failed. Please any body can help me on urgent basis. #service named restart Stopping named: Starting named: ---------Edited in named.conf... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

6. AIX

DNS configuration help

I'm trying to configure DNS on a AIX 5.4 machine and I just can't figure it out. The IBM guide doesn't work. Smit also doesn't work. I have no idea how to make this happen. (2 Replies)
Discussion started by: madavid0
2 Replies

7. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

8. IP Networking

proxy DNS configuration

i have the DNS and the web proxy services running on one of my sun machines....the funny thing is clients use the proxy server by addressing it with its IP address only....what i need is to assign it like...proxy.amu.edu.et...... my guess is the problem is the configuration with the DNS ...but i... (2 Replies)
Discussion started by: henokia4j
2 Replies

9. IP Networking

DNS configuration problem

Hi all, I am a beginner in DNS service and I face difficult when configure DNS sub domain using "bind" version 8. So I would like to ask a question about this and hope someone can answer my question. Is it possible to configure a sub domain in which the name of this sub domain is same as a... (2 Replies)
Discussion started by: raylai
2 Replies
Login or Register to Ask a Question