Prashant Poman writes: > I executed the ifconfig and netstat.Results were as follows. > Which values should use while configuring DNS.
What do you have in /etc/resolv.conf? How about /etc/nsswitch.conf? > # ifconfig -a [...] > # netstat -nr Both of these look quite good -- you're getting an IP address (apparently assigned by a local NAT, not by your ISP, as it's an RFC 1918 address) and you're getting a default route. It looks to me like you have a working system here, at least as far as basic networking goes. At a guess, if you're still having problems (you haven't quite said whether you're having problems or what those problems might be), then the problem will be higher level services -- name resolution and such. What does "svcs -xv" say? Are there any broken services on this machine? What happens if you do "getent hosts www.sun.com"? Can you ping numeric IP addresses using "ping -n"? -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ networking-discuss mailing list [email protected]
