Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our specialty !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Solaris > How to configure LAN Card (NIC)

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:09 am    Post subject: Solaris > How to configure LAN Card (NIC) Reply with quote

1) UNZIP or untar the driver
# gunzip -cd driver-x.y.z.tar.gz | tar xf –

2) Install the driver by running special install script, for e.g.
# sh install
OR
# chmod +x install; ./install

3) Or you can also try out as follows to install driver:
# /usr/ccs/bin/make install

4) Or if driver in package format then install it using pkgadd command:
# buzip2 driver.bz2
# pkgadd –d driver

5) Open /etc/hostname.driver0 i.e. if your lan card driver name it tu or rtls then you can set up the ip address as follows:
# vi /etc/hostname.tu0
192.168.1.1
OR
# vi /etc/hostname.rtls0
192.168.1.1

6) Then restart the computer by typing command:
# init 6
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group