bash-3.00# svcs enable /network/dns/client However even after this I saw that the client is offline.
bash-3.00# svcs -a|grep dns disabled 15:16:02 svc:/network/dns/server:default offline 15:16:00 svc:/network/dns/client:default bash-3.00# ls /etc/resolv.* /etc/resolv.conf /etc/resolv.pre-eventhook /etc/resolv.conf.ppp bash-3.00# cat /etc/resolv.conf.ppp nameserver 203.197.12.30 nameserver 202.54.1.18 bash-3.00# cat /etc/resolv.conf nameserver nameserver When I tried to do a "nslookup www.google.com" I was unable to do it. Then I did a small tweak and things started working. I was able to resolve domain names. I have a few questions below. bash-3.00# cat /etc/resolv.conf.ppp >/etc/resolv.conf How do I make nslookup search resolv.conf.pppd to resolve domain names of websites? Or what is the alternate that can be done to bypass this issue? How do I disconnect the connection formally? Thanks, ~Ashok. -- This message posted from opensolaris.org