Any help or information would be appreciated.
Thanks in advance...
--
Jeffrey Huff
jh...@next.mc.maricopa.edu NeXTMail OK!!
jh...@asu.edu
Center for Teaching and Learning
Mesa Community College
1833 W. Southern Av.
Mesa, AZ 85202
Work: 602.461.7696
FAX: 602.461.7803
Computer Systems Engineering Student
>Has anyone configured a sun system with mulitiple ethernet controllers
>in Solaris 2.X on SPARC? The ethernet controller in the FSBE/S does
>not seem to have it's own ethernet address show up.
That's right. Sun uses same Ethernet address on all the interfaces.
This is correct behaviour. Using different addresses on all interfaces
is also correct. :-) This is a FAQ, I think. It shows up often enough
to be one.
If you want to attach both Ethernets to the same segment, think again.
Attach your fastest interface to your busiest segment.
Well, you can attach two interfaces to the same segment. The trick is
to use the ether option of ifconfig to set a different ethernet
address on the second interface.
--
Mark Henderson -- m...@squirrel.com, hend...@netcom.com -- NIC: MCH14
PGP/MIME key 1024/B2667EFF - 5A 93 7D 29 EB 63 84 09 EA A2 AA 6C FA C5 A6 21
unstrip for Solaris, MIND LINK crypto archive, TECO, computer security links,
change-sun-hostid, Sun NVRAM/hostid FAQ - http://www.squirrel.com/squirrel/
Hi Jeffrey,
the system gets the MAC address for all adapters from a setting in
IDPROM at boot. Unusual, but true. As long as the two adapters are
connected to different ethernet segments you needn't worry about this.
If you want to use both interfaces on the same segment, you'll need
to use the command "ifconfig leX ether xx:xx:xx:xx:xx:xx" where leX is
the interface you want to assign the new MAC address xx:xx:xx:xx:xx:xx
to. Of course, this only works until the next reboot, so you may want
to put that command somewhere in your system boot files.
Good luck, and if you need a better explanation, let me know.
--
/*-------------------------------------------------------------*
* Peter James Naylor ## SysAdmin, Supernal Technologies, Inc. *
*-------------------------------------------------------------*
* pe...@supernal.net ## <http://www.supernal.net> *
*------------------------------------------------*/