Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to find MAC address remotely
Name: tonypitt Date: April 12, 2005 at 09:40:10 Pacific OS: Windows CPU/Ram: Unknown
Comment:
Is there a way to find a clients MAC address without physically being at there computer?
Are company is currently finding a better means of managing a network enviroment for its clients. My question is instead of physically obtaining a clients MAC address onsite is there a command th
Name: Crack Date: April 12, 2005 at 09:53:45 Pacific
Reply:
net view at a command prompt. Find the name of the machine you want. nbtstat -a machinename at a command prompt. MAC address will be at the bottom.
0
Response Number 2
Name: tonypitt Date: April 12, 2005 at 11:17:29 Pacific
Reply:
That helped me find the MAC addresses of the clients that I'm connected to locally. Is there a way of using that command over a LAN/WAN?
Are company is currently finding a better means of managing a network enviroment for its clients. My question is instead of physically obtaining a clients MAC address onsite is there a command th
0
Response Number 3
Name: wackajaw Date: April 12, 2005 at 13:31:25 Pacific
Reply:
If you can ping this host over the LAN/WAN, his MAC address will be cached in ARP table of your NIC for a while, so, from command prompt:
c:\ ping 1.2.3.4 after some echo replies from host 1.2.3.4
c:\arp -a and you will see MAC address of 1.2.3.4
0
Response Number 4
Name: tonypitt Date: April 14, 2005 at 07:22:21 Pacific
Reply:
When I tried what you had suggested I do receive a Reply back from the Ping, but once I try try the arp -a command it just gives me 3 local IP's and their MAC addresses and not the one that I was looking for.
Are company is currently finding a better means of managing a network enviroment for its clients. My question is instead of physically obtaining a clients MAC address onsite is there a command th
0
Response Number 5
Name: Dave_A Date: April 14, 2005 at 14:37:02 Pacific
Reply:
Why not try one of the PSTOOLS (freeware from Sysinternals) PSEXEC \\computername thei will bring up a cmd window, & will be on the remote machine, then ipconfig /all
Crude, but works. Not tried, but probably can be scripted.
Summary: My company will start a hotspot in on the campus , allowing employees to use wireless to go online in the campus. One thing that we are concern is the Mac address spoofing. Are there any software tha...
Summary: I want to know how to configure Win 2k3 ISA RADIUS to filter mac address? Case : OS : Windows 2003 Server Enterprise with ISA service. Wireless AP (Avaya AP-2) For now, I want to configure RADIUS serv...