Amiga.org
Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started 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?
-
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
-
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
-
yup its on the motherboard dude, near the ethernet controller im told.
-
Its on a sticker on your mobo next to the SDRAM sockets (top right corner)
-
A sticker???
Now that's got me laughin at myself... Cheers guys :-D
-
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/)
-
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