On Fri, 19 May 2006, Thomas Stein wrote: > So this is a clear sign that I do not have access to the DNS.
Correct. > So I assume I have to enter the router IP 192.168.1.1 somewhere in > the Solaris network settings as well. But where (CDE or Java Desktop)? Yes. Assuming you're not using DHCP (and using DHCP might be your easiest option), do the following commands as root: # echo 192.168.1.1 > /etc/defaultrouter # mv /etc/nsswitch.dns /etc/nsswitch.conf # echo "domain example.com" > /etc/resolv.conf # echo "nameserver 192.168.1.1" >> /etc/resolv.conf # route add default 192.168.1.1 That should get you going, and the important bits will persist after you reboot. HTH, -- Rich Teer, SCNA, SCSA, OpenSolaris CAB member President, Rite Online Inc. Voice: +1 (250) 979-1638 URL: http://www.rite-group.com/rich _______________________________________________ opensolaris-help mailing list [email protected]
