This is how to add a DNS Server to Solaris Box…
First of all, Open up your favourite text editor and add the name servers into /etc/resolv.conf
nameserver 192.168.1.1
If you need to add more, just add another one in the next line…
Following the instructions below will walk you through the process…
bash-3.00# ping www.google.com
ping: unknown host www.google.com
bash-3.00# cat [...]

Popularity: 12% [?]