Amiga.org

Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: FuZion on November 23, 2003, 04:04:43 PM

Title: How can I find out the MAC address on my AmigaOne?
Post by: FuZion on November 23, 2003, 04:04:43 PM
Hi,

I have searched high & low (Forums & FAQs) to get this but I haven't got a clue.

I am on Blue Yonder & need to register each MAC address I am using to get online. It's sorted on my Classic Amiga (Using MiamiDX) but I cannot find this info using any of the software on Linux Debian on my A1.

Can anyone help?
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: bloodline on November 23, 2003, 04:12:43 PM
Quote

FuZion wrote:
Hi,

I have searched high & low (Forums & FAQs) to get this but I haven't got a clue.

I am on Blue Yonder & need to register each MAC address I am using to get online. It's sorted on my Classic Amiga (Using MiamiDX) but I cannot find this info using any of the software on Linux Debian on my A1.

Can anyone help?


There should be a sticker on the motherboard some where
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: Stedy on November 23, 2003, 04:16:40 PM
A simple method I use.

Ping your AmigaOne from another machine and in the shell type:

arp -a
Internet Address      Physical Address
192.168.1.1                00-50-7F-01-9d-9b

The Physical address=MAC address

HTH

Ian
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: Ryu on November 23, 2003, 04:26:38 PM
yup its on the motherboard dude, near the ethernet controller im told.
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: JurassicCamper on November 23, 2003, 04:31:31 PM
Its on a sticker on your mobo next to the SDRAM sockets (top right corner)
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: FuZion on November 23, 2003, 04:37:17 PM
A sticker???

Now that's got me laughin at myself... Cheers guys :-D
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: Cass on November 23, 2003, 05:57:54 PM
From NetBSD experience:

dmesg : should print out the messages from the kernel boot, including the network interfaces and their respective MAC addresses.

ifconfig ne0 : it will print the network card unit 0 settings, including MAC.
________
BUY ROOR BONGS (http://glassbongs.org/)
Title: Re: How can I find out the MAC address on my AmigaOne?
Post by: Seehund on November 23, 2003, 08:13:17 PM
Quote

FuZion wrote:
Hi,

I have searched high & low (Forums & FAQs) to get this but I haven't got a clue.


You know you don't have to search Teron-specific forums and FAQs, don't you? Linux is Linux, no matter what hardware it happens to be running on.

Anyway, like Cass said, but for Linux, type "ifconfig eth0" (or just "ifconfig" to see all interfaces).

You can use ifconfig to change MAC addresses as well.
man ifconfig