How to Configure DNS Client in Solaris
1. Open /etc/resolv.conf using vi editor
# vi /etc/resolv.conf
2. Add DNS server IP into the /etc/resolv.conf
nameserver XXX.XXX.XXX.XXX
nameserver XXX.XXX.XXX.XXX
3. Copy the DNS nsswitch file
# cp /etc/nsswitch.dns /etc/nsswitch.conf
4. Test your DNS
# nslookup
> www.asknadya.com
or
# ping www.asknadya.com
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


Comments
No comments yet.
Leave a comment