09-02-04 11:51 PM
On Wed, 01 Sep 2004 02:48:23 -0700, zamaron wrote:
> I would really be thankful, if any one provides me the details for
> configuring internet access through my home computer freshly installed
> solaris 8.
....
> But I'm able to connnet through Win98 where I have configured TCP/IP
> for my cable internet connection.
IIRC that must be Win98SE or some later release. Install Internet
Connection Sharing from the Windows CD. The LAN side NIC of the Windows
box will then be automatically assigned the IP address of 192.168.0.1 and
the Windows box will become a DHCP server.
The simplest way of configuring the Solaris system is to execute
sys-unconfig and on reboot select DHCP instead of a static address.
Select None as your naming service. After the reboot completes then copy
/etc/nsswitch.dns to /etc/nsswitch.conf and edit /etc/resolv.conf:
domain your.lan
nameserver x.x.x.x
Where x.x.x.x is the IP address of the DNS server used by the Windows box.
[ Post a follow-up to this message ]
|