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.






Add New Comment
Viewing 3 Comments
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment