Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to find ethernet address?

0 views
Skip to first unread message

Yunsik Hwang

unread,
Apr 11, 1995, 3:00:00 AM4/11/95
to
I'm just a novice in computer networks.
Now, I have two big problem.

One) How to find a ethernet address in my PC?
I'm using a Trumpet TCP/IP stack in our LAN, not SLIP or PPP.
Is there a any utility to find ethernet address?

Two) How to find a ethernet address in Unix host?
I tried "arp myhost", but results in strange message.
"myhost (my IP address) -- no entry"

It's very grateful if anyone gives me a solution.
Thanks.

Stephen C. Steel

unread,
Apr 13, 1995, 3:00:00 AM4/13/95
to

First, do you want the hardware ethernet number (6 bytes) of your
interface card, or the IP address (4 byte number usually written
as 123.81.1.23). If it is the latter, (most likely) this must
be assigned by your local network administrator. You'll also
need the addresses of the gateway(s) and DNS nameservers, and
the subnet mask for your local TCP/IP network segment.

Stephen C. Steel Kamerlingh Onnes Lab.
<st...@qv3donald.LeidenUniv.nl> Postbus 9506
Tel: (+31) 71-275445 2300 RA Leiden
Fax: (+31) 71-275404 The Netherlands
==========================================================

Ian Moran

unread,
Apr 13, 1995, 3:00:00 AM4/13/95
to
Yunsik Hwang (yshwang@pharaoh) wrote:
: I'm just a novice in computer networks.

: Now, I have two big problem.

: One) How to find a ethernet address in my PC?
: I'm using a Trumpet TCP/IP stack in our LAN, not SLIP or PPP.
: Is there a any utility to find ethernet address?

: Two) How to find a ethernet address in Unix host?
: I tried "arp myhost", but results in strange message.
: "myhost (my IP address) -- no entry"

Ping the broadcast address for your network and dump the arp table.
On a Unix host type `arp -a`

--


Ian

Internet: (ia...@bfs.unibol.com) Fidonet: (2:443/510) CIS: (73064,726)
UNIBOL Ltd, Belfast PHONE: +44 232 833422 FAX: +44 232 837707

Jeffrey Rice

unread,
Apr 13, 1995, 3:00:00 AM4/13/95
to
In article <3mio1u$l...@highway.LeidenUniv.nl>,

st...@qv3donald.LeidenUniv.nl (Stephen C. Steel) wrote:
>In article <1995Apr11.0...@news.snu.ac.kr>, yshwang@pharaoh
(Yunsik Hwang) says:
>
>>I'm just a novice in computer networks.
>>Now, I have two big problem.
>
>>One) How to find a ethernet address in my PC?
>> I'm using a Trumpet TCP/IP stack in our LAN, not SLIP or PPP.
>> Is there a any utility to find ethernet address?
>>
On Novell's system, there is a program called netaddr which
will return the Ethernet address of a card. It's quite useful for
tracking machines, and can be used (with a little work) as a DOS
variable for logic operations.
Jeff

Jeffrey Rice "I think I've been net-surfing too long; Netscape's
jr...@pomona.edu pointer-finger just flipped me off."
http://humphries.pomona.claremont.edu/

0 new messages