OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Chuck Yerkes (chucksnew.com)
Date: Thu Apr 05 2001 - 11:43:11 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Quoting Jason Wright (jasonthought.net):
    > On Wed, Apr 04, 2001 at 05:06:23PM -0400, John del Valle wrote:
    ...
    > Welcome to the world of Sun. Most sbus ethernet cards do not have
    > unique MAC addresses, instead they use a single MAC address for the
    > -machine- (based on interpretation of the early ethernet stuff). This
    > is not a problem as long as they are on separate segments.

    No, welcome to the world of workstations. MAC addresses
    ONLY started appearing on cards for computers that were
    never expected to be on networks (mainly PCs). Suns (and
    most other workstations) have a Mac address assigned TO
    THE MACHINE. When there is no Mac address assigned to
    the machine (ala PC), the card must have one.

    Generally, it's a bad notion to put two network interfaces
    onto the same network (see, it's got one interface already,
    why would you put two?)

    In SunOS (4, 5, maybe 3), you can say "ifconfig leN ether 8:0:20:1:2:3"
    and it will assign. There's a C snippet around from Dug Sung that does
    the same thing. (sea.c?)