![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: obtaining MAC address(es)by saucepan (Scribe) |
on Jan 26, 2001 at 02:28 UTC ( #54392=note: print w/replies, xml ) | Need Help?? |
Tricky one! I tried having a peek at my (FreeBSD)
ifconfig sources to see what it might be up to, but
found it impenetrable to casual
inspection by someone with my modest C skills. :( The most portable method I could come up with is, unfortunately:
..and this will only work on a Unix system that uses ifconfig (and possibly only on Linux and FreeBSD, on which I was able to test). Hopefully this could serve as a start if you decide to do as Fastolfe suggested and write a module that provides this service portably. :) If what you are actually looking for is a host-unique ID of some kind, you might be able to get away with using the host's default IP address as the ID, depending on the extent of your persistence (DHCP), global uniqueness (RFC 1918) and security requirements.
update: minor cleanup of ugly regex
In Section
Seekers of Perl Wisdom
|
|