MAC ADDRESS ie Ethernet Card Address 
Author Message
 MAC ADDRESS ie Ethernet Card Address

Please Help

I'm trying to find out the ethernet card address by not
opening up all my sun sparc stations and physically looking
around.

Any  Ideas

Simon Pinkney



Tue, 08 Apr 1997 17:38:27 GMT  
 MAC ADDRESS ie Ethernet Card Address

Quote:

> Please Help

> I'm trying to find out the ethernet card address by not
> opening up all my sun sparc stations and physically looking
> around.

> Any  Ideas

> Simon Pinkney


Next time, why not try posting to comp.lang.fortran
        - its not a fortran question either.....

If you really want to know how to get a MAC address, then go to the box
full of solaris manuals 3 metres from your desk, get out the one marked
"Administering TCP/IP" and read page 41 :-}

Quinch.



Wed, 09 Apr 1997 23:00:07 GMT  
 MAC ADDRESS ie Ethernet Card Address

Quote:
>I'm trying to find out the ethernet card address by not
>opening up all my sun sparc stations and physically looking
>around.

This is by no means a C question. It belongs either to comp.unix.programmer
(if you're interested in a general Unix solution -- if it exists) or to
a Sun specific newsgroup.

If the system is already on a network, go to another Unix box from the
same network and type:

ping hostname
arp hostname

The result should be something like this:

sunosref:~ 8> ping sunsoref
sunsoref.cern.ch is alive
sunosref:~ 9> arp sunsoref
sunsoref (128.141.237.115) at 8:0:20:19:0:16

Dan
--
Dan Pop
CERN, CN Division

Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland



Thu, 10 Apr 1997 00:47:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How do I get the MAC address of a Ethernet Card

2. How do I get the MAC address of a Ethernet Card

3. Getting the ethernet address from an ethernet card.

4. ethernet card address

5. ReceiveFrom wrong IP address with 2 ethernet cards

6. How to get ethernet(MAC) address?

7. Help: how do get the ethernet (mac) address in c

8. Get Ethernet address (MAC)?

9. Get Ethernet address (MAC)?

10. Ethernet Interface MAC Address

11. c code for the MAC Address from an Ethernet Adapter

12. Get Ethernet address (MAC)?

 

 
Powered by phpBB® Forum Software