Closed Thread
   
 Mac MAC Address? 
 
 
  #1 (permalink)  
Old 28-03-2005, 09:08 PM
Regular

Group: Regulars
Location: Melbourne


Coming from a Windows background is there any easy way to determine the MAC address of the internal network interfaces (Airport / LAN) without reading it off the card itself.

Just wanted to add it to my wireless router MAC filtering rules.
Like an "ipconfig /all" command.
__________________
Apple 12" iBook G4
1.2GHz PowerPC // 768MB DDR SDRAM // 60GB 5,400RPM HDD
http://kildare.tk
Kildare is online now
Profile CardPM
Go to the top of the page
  #2 (permalink)  
Old 28-03-2005, 09:14 PM
Regular

Group: Regulars
Location: Adelaide, 5087


try ifconfig instead i think.
matttt88 is offline
Profile CardPM
Go to the top of the page
  #3 (permalink)  
Old 28-03-2005, 09:25 PM
Regular

Group: Regulars
Location: Sydney


Go

"About this Mac" top left hand Apple symbol

"More info" button

"Network" from the list

Select relevant "Configuration name / Interface" to get MAC address
__________________
iPhone 3G | iMac 24" Alu | MBP 15" Early 2008 | Dell 24" LCD
Airport Extreme Ns | EyeTV/IceTV | SecuritySpy User
aswitcher is offline
Profile CardPM
Go to the top of the page
  #4 (permalink)  
Old 28-03-2005, 09:51 PM
Member

Group: Regulars
Location: Brisbane, QLD


You can find this info by typing the following in a Terminal prompt:

Code:
ifconfig <interface> | grep ether
Or the following for certain other interfaces (ie, Firewire connections):

Code:
ifconfig <interface> | grep lladdr
For example,

Code:
[tlgjaymz@mac-mini tlgjaymz]$ ifconfig en0 | grep ether
 * * * *ether 00:11:24:xx:xx:xx
(MAC address censored for aluminium-hat-wearing reasons)

Check out the BSD man page on ifconfig for more info.

Code:
man ifconfig
Jaymz is offline
Profile CardPM
Go to the top of the page
  #5 (permalink)  
Old 28-03-2005, 10:07 PM
Regular

Group: Regulars
Location: Canberra


or just look on the back of the machine, on the serial number sticker!
__________________
"My Name is Jim Allen, and I have a 13 inch member"...
... "but not really, believe me I know" - Caitlin.
Jimbo is offline
Profile CardPM
Go to the top of the page
  #6 (permalink)  
Old 28-03-2005, 10:55 PM
Regular

Group: Regulars
Location: BrisVegas


Quote:
Originally posted by Jimbo@Mar 28 2005, 11:07 PM
or just look on the back of the machine, on the serial number sticker!
said sticker is under the keyboard on ibooks and powerbooks. And it will only show built in ethernet devices. Eg on my ibook it only has the built in ethernet MAC address but not the airport card (or any other aftermarket card)

Apart from the many suggestions already, you could go to network settings, and select the network device. For an airport card, it's the airport ID (under airport), for ethernet it's the ethernet ID (under ethernet).

EDIT: it also happens to be wrong on my ibook. Had the logic board replaced a few months ago.
jobe is offline
Profile CardPM
Go to the top of the page
  #7 (permalink)  
Old 28-03-2005, 11:34 PM
Regular

Group: Regulars
Location: Adelaide, 5087


Kind of a bit off topic, but why do people do XXX's for the MAC address or blur it out in pictures. I understand what it is, but i dont know why it matters if people know online. Its just a hardware ID that doesnt change and is unique to that device, well i know that, maybe someone can fill me in on the rest.
matttt88 is offline
Profile CardPM
Go to the top of the page
  #8 (permalink)  
Old 28-03-2005, 11:45 PM
Regular

Group: Regulars
Location: BrisVegas


I would assume that it's like blurring out a licence plate in a photo or your IP address. For privacy. Some paranoid people do it some don't.
jobe is offline
Profile CardPM
Go to the top of the page
Danamania
  #9 (permalink)  
Old 28-03-2005, 11:47 PM
Guest

Group:


Quote:
Originally posted by jobe@Mar 29 2005, 12:45 AM
I would assume that it's like blurring out a licence plate in a photo or your IP address. For privacy. Some paranoid people do it some don't.
Aye. what happens is when you buy a macintosh, Apple report the MAC address to the government, who then link it with the ID implant in the back of your neck, so they can more easily track you, your thoughts and who you communicate with.

It's true! I read it on the intertron!

dana
Profile CardPM
Go to the top of the page
  #10 (permalink)  
Old 28-03-2005, 11:51 PM
Regular

Group: Regulars
Location: Wellington, NSW
Blog Entries: 2


Quote:
Originally posted by matttt88@Mar 29 2005, 12:34 AM
Kind of a bit off topic, but why do people do XXX's for the MAC address or blur it out in pictures. I understand what it is, but i dont know why it matters if people know online. Its just a hardware ID that doesnt change and is unique to that device, well i know that, maybe someone can fill me in on the rest.
For security reasons mainly. A lot of networks use MAC address filtering, so therefore publishing your MAC address would be a security threat. It is easy for a potential cracker to 'spoof' their MAC address and fool the network (which is why you should never rely on MAC address filtering for security).

Also people do it for privacy reasons. The WWW is a very public place and you have no idea who may be looking.

edit: damn people beat me to it :P

either you guys are really quick, or I'm really slow. Maybe I should go to bed.
__________________
->insert something witty here<-
feeze is offline
Profile CardPM
Go to the top of the page
  #11 (permalink)  
Old 28-03-2005, 11:55 PM
Member

Group: Regulars
Location: Brisbane, QLD


Actually, in the case of wireless networks, keeping your MAC address private is usually a good thing when you can lock said network down to specific MAC addresses. Sure, we also have things like WPA, and other such features - but in the case of having network resources (like internet access and file shares) that have the potential to be used by outside parties without your knowledge, you can't be too secure.

In my case, that's a desktop box, and I don't own or need a wireless network (RJ-45 for life!), but I never claimed it wasn't an aluminium-hat-wearing reason.

Fake edit: And yes, your reported MAC address on a network CAN be changed via software. It just defaults to the original hardware ID.

Real edit: Crap... beaten like a red-headed stepchild.
Jaymz is offline
Profile CardPM
Go to the top of the page
TAK
  #12 (permalink)  
Old 29-03-2005, 03:19 AM
Regular

Group: Regulars
Location: North America


Easiest way:

Applications -> Utilities -> Network Utility

On the drop down box select Ethernet Interface (en0)
TAK is offline
Profile CardPM
Go to the top of the page
  #13 (permalink)  
Old 29-03-2005, 07:38 AM
Regular

Group: Regulars


It took 11 replies to get the solution that is the most simple and logical? :lol:

Nice work TAK
geektechnu is offline
Profile CardPM
Go to the top of the page
 
Closed Thread

Thread Tools

 
Similar Threads
 
Thread Thread Starter Forum Replies Last Post
Can I keep my .mac email address? gizo Apple General 10 13-05-2008 12:17 PM
Bluetooth MAC Address fulltimecasual iPhone & Mobile Phones 1 12-11-2007 11:09 AM
Address Book empty but still on .mac HELP muddie@mac.com Mac OS X & All Software 1 25-10-2007 08:27 AM
Airport MAC Address fulltimecasual Gadgets, Technology & the internet 3 04-07-2007 08:47 AM
Motorola V620 with Mac OS X Address Book soferfam Mac OS X & All Software 3 02-11-2005 10:55 PM