Link to home
Start Free TrialLog in
Avatar of siddu_jms
siddu_jms

asked on

setup T1 internet connection for Solaris 9

Hi,
We have another sun Blade 2000 system.
I wanted to connect to the net.

Can you tell me the step by step procedure to connect to the net.
Like I have a T1 connection.
When I connect to windows it connects automatically

How do I do this in solaris

will be waiting for your reply

bye
siddu
ASKER CERTIFIED SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yuzh
yuzh

If your Sun Blade 2000 use fix IP then follow the instruction in the following page to set it
up:
http:Q_20873468.html


If you want to set it up as a DHCP client, then have a look at the instructions in:
http:Q_21013340.html

also have a look at this "Connecting to Any ISP with Solaris 7 and Solaris 8" (should work for Solaris 9 as well):
http://www.kempston.net/solaris/connectanyisp.html


Avatar of siddu_jms

ASKER

Hi,
When I was setting up the network connection with the sys-unconfig

there was some error

And now it says

Warning : Timed out waiting for NIS to come up.

So can anyone tell me how to get over it and then login and so that i can run sys-unconfig again and setup

One more question: how do I change the hostname?

bye
siddu
Hi,
I am not able to continue with the boot up.
Can anyone help me fast

please

bye
siddu
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you are not using NIS, please make sure that your /etc/nsswitch.conf doesn't have
nis in the file.

boot up the box to single user mode
boot -s

then
cd /etc
cp -p /etc/nsswitch.conf  /etc/nsswitch.conf.old
cp /etc/ nsswitch.dns /etc/nsswitch.conf  
<Wesly>
> For "Name Service", choose "none" if you don't have NIS, NIS+, LDAP, or DNS.
So please make sure 2 things:
1. Do you have DHCP server? (ipconfig /all on Windows will tell you)
2. Do you have NIS server? If yes, the NIS server is in the same subnet or not?
    If not, then you need to know the IP address of NIS server to config your NIS client.

My assumption for you is
1. Yes
2. No.
(please correct me if my assumption is wrong.)

>Warning : Timed out waiting for NIS to come up.
Press "Stop + A" (hold "Stop" key and press "A" key at the same type)
You will get "ok" prompt.
Type in
boot -s
it will reboot into single user mode.

Login as root and type
sys-unconfig
to restart again.
Or do yuzh's suggestion.

Regards,

Wesly