Change Solaris DNS client settings
One or more DNS servers can be configured in the Solaris system to enable name resoultion with DNS.
To set the name servers to 192.168.20.53 and 192.168.80.155, place these two lines in the file /etc/resolv.conf
domain tech-recipes.com
nameserver 192.168.20.53
nameserver 192.168.80.155
The optional domain directive specifies the default domain to use when doing hostname lookups.





