• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Grabbing a MAC address remotely...

wnied

Diamond Member
I have VPN users and want to know some of their MAC addresses. They log into our server via a secure tunnel in Charlotte NC, and are pushed up here to our network. What I would like to do is gather their MAC addresses. We will be placing a wireless network set up in our building soon and wish to allow all laptop users access to this resource. But we would like to restrict it to only certain MAC addresses...

Anyone know how to do this?
~wnied~
 
run a script at logon & drop it to a location on the network (assuming XP)

getmac \\server\share>C:\filename.txt

or something like that.
 
If I were you I'd seriously not base your wireless on MAC addresses.

Use a form of WPA with authentication, like their windows username/pass.
 
Back
Top