| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Connecting to the Internet from Sol
|
Original Message
|
Name: Lonnie Goad
Date: September 16, 2002 at 13:50:17 Pacific
Subject: Connecting to the Internet from Sol OS: Solaris 8 CPU/Ram: Ultra 1/128
|
Comment: I have ready many examples on here for connecting to the internet. I am brand new to Solaris and have tried many things. My network/internet setup is as follows. I have a DSL line coming in to my router, all systems on the router have static IP addresses therefore DHCP is not used. We do not use DNS. My router is assigned a default gateway of 198.102.228.108. I have done a sys-unconfig and setup everything correctly as far as my network goes, however there is nowhere to enter my routers ip address. I can ping and communicate with all systems on the network, however when I try to run Netscape I get an error stating there may be a problem with my name server and I may need to set the $SOCKS_NS environment variable. I have added a gateway using the route command but it doesn't associate itself with the hme0 interface. I would truly appreciate any help with this dilemna. Thanks, Lonnie
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Darkavich
Date: September 16, 2002 at 17:21:41 Pacific
|
Reply: (edit)You need to manually add the default route. All version of solaris (fixed in 9) do not configure the default route. The file you need to modify is: /etc/defaultrouter You can add the IP address or name here. If you add the name, you need to add it to the /etc/hosts file. -Darkavich
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: Mark M
Date: September 18, 2002 at 18:14:42 Pacific
|
Reply: (edit)it sounds like you need to edit your /etc/nsswitch.conf and change hosts to: files dns (or do cp /etc/nsswitch.dns /etc/nsswitch.conf) then edit /etc/resolv.conf and add: nameserver 1.2.3.4 nameserver 5.6.7.8 just change the IPs to some DNS server addresses. Get them from your ISP if you don't know them.
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Solaris Forum Home