Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ifconfig question

Status
Not open for further replies.

paladin256

Technical User
Apr 16, 2002
189
US
I have two servers, a sunfire v100 and a netra t1, both have dual nics. When I do a ifconfig -a on them it only shows one nic . How do I get the systems to see the other nic?

Thanks

 
you need to set up the ports.

do a more on /etc/hosts you will see the ip of your system and system name.

do a more on /etc/hostname.* - You will see hostname.hme0 or hostname.eri0 under this you will see the name of your system.

You need to create an a hostname.hme1 or hostname.eri1 and give the ethernet a name.

Then make an entry in your hosts file giving it an ip address and the name you put in the hostname file you created.

reboot the system to make have configuration take place.

Thanks

Chris Adams
 
do remember to
setenv local-mac-adress? true
on Openbootprom ("BIOS") to have a different MAC on each NIC

Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)
Solaris System Manager; I used to work for Sun Microsystems Support (EMEA) for 5 years
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top