Tagged Questions
The mac-address tag has no wiki summary.
29
votes
5answers
24k views
How can I programmatically get the MAC address of an iphone
Does anyone know how to programmatically get an iPhone's MAC address and IP address?
15
votes
7answers
15k views
Reliable method to get machine's MAC address in C#
I need a way to get a machine's MAC address regardless of the OS it is running using C#. Application will need to work on XP/Vista/Win7 32 and 64 bit as well as on those OSs but with a foreign ...
10
votes
5answers
12k views
Read MAC Address from network adapter in .NET
I'd like to be able to read the mac address from the first active network adapter using VB.net or C# (using .NET 3.5 SP1) for a winform application
9
votes
2answers
981 views
Ping or otherwise tell if a device is on the network by MAC in C#
I'm developing a home security application. One thing I'd like to do is automatically turn it off and on based on whether or not I'm at home. I have a phone with Wifi that automatically connects to ...
6
votes
4answers
5k views
C++: Get MAC address of network adapters on Vista?
We are currently using the NetBios method, and it works ok under XP. Preliminary tests under Vista show that it also works, but there are caveats - NetBIOS has to be present, for instance, and from ...
4
votes
1answer
310 views
OSI TP4 Implementation For Linux Based System
I am working on implementing a connection between two computers. These two computers need to communicate using an OSI TP4 connection (Mac-Address to Mac-Address). I am using a Fedora 11 Linux system. ...
4
votes
8answers
1k views
Why can't the server get the client MAC address, like the client IP?
From what I know, all the MAC addresses that the packet gone through are in the packet. This is because that each packet that goes in a certain path, should also be returned in similar path. So, if ...
4
votes
3answers
3k views
How do I query the ARP table on iPhone?
I am new on iPhone development, and I want to integrate wake-on-lan into my application without squeezing my users to enter the computers MAC address when the IP is already known.
I googled for about ...
4
votes
2answers
575 views
On the mobile phone, is there a “mac address” that makes each mobile phone different?
In other words, is there an ID for each and every mobile phone--that makes it different.
No two phones can have the same ID. (I'm talking about smartphones ...android, iphone, etc)
4
votes
7answers
5k views
Get the MAC of ASP.NET website user
I'm looking for a solution to find out about the MAC number of a user using asp.net website. I know you can get an IP address (don't know why but it can't be complicated) but can i find out the MAC ...
4
votes
5answers
2k views
Getting the MAC address of the remote host
I just a moment ago saw a request for finding the MAC adress of a remote host. An answer was that the MAC address is always sent as part of the TCP/IP protocol.
How would I go about retrieving this ...
3
votes
4answers
223 views
Verify TCP connection is from same machine by MAC address on Linux in C code
OS=Linux
Language=C
First of all, please don't criticise the solution. it's not my design and yes, it sucks.
We need to verify that a TCP connection made to a process is from the same machine. Doing ...
3
votes
3answers
146 views
Regex for multiple MAC addresses separated by comma?
I would like to know the correct regex for matching multiple MAC addresses separated my any delimiter, such as a comma.
The regex for a single MAC address would be: ...
3
votes
3answers
121 views
How easy is it for a GUID you generate to identify you?
I hear that the creator of the melissa worm was convicted based on the fact that the GUIDs generated could be linked back to a MAC Address of a computer he used.
How hard is it to do this? And what ...
3
votes
3answers
997 views
How to detect the MAC address of the user viewing our website using PHP?
I know how to track down an IP address, but I need to track down the MAC address of the users viewing my page.
How to accomplish this?
3
votes
3answers
1k views
Getting Machine's MAC Address — Good Solution?
I've heard it's not possible with my current library of winpcap.
Is this really true? I see lots of examples on the net but then comments saying "This doesn't work".
What's the best way to get a ...
3
votes
3answers
4k views
Obtain MAC Address from Devices using Python
I'm looking for a way (with python) to obtain the layer II address from a device on my local network. Layer III addresses are known.
The goal is to build a script that will poll a databases of IP ...
3
votes
3answers
3k views
How to determine MAC Address of the actual physical network card — not virtual network interfaces created by VPN's (.NET C#)
Background
I'm trying to get obtain a unique identifier out of a computer and want to be able to reliably return the same MAC address each time. Trust me I have my reasons for using MAC address and ...
3
votes
2answers
1k views
How to retrieve foreign host's MAC address in C++
Currently we're parsing arp request output from the command line.
string cmd = "arp -n ";
cmd.append(ipaddress);
cmd.append(" | grep ");
cmd.append(ipaddress);
fgets( line, 130, fp);
fgets( line, ...
3
votes
3answers
3k views
Doing ARP and Inverse ARP on Linux 2.6.21 (glibc 2.3.5)
I need to store persistent reference to third party device on an arbitrary IP network where the IP address of the devices may be static or randomly assigned by DHCP. I don't control the devices on the ...
3
votes
7answers
7k views
Postback not working with ASP.NET Routing (Validation of viewstate MAC failed)
I'm using the ASP.NET 3.5 SP1 System.Web.Routing with classic WebForms, as described in http://chriscavanagh.wordpress.com/2008/04/25/systemwebrouting-with-webforms-sample/
All works fine, I have ...
2
votes
2answers
142 views
Find out MAC address on Linux&FreeBSD in C
I am trying to find out MAC address and I managed to create working solution using sysctl in Linux, problem is, that this solution is not working on FreeBSD version I am developing on. Is there any ...
2
votes
3answers
231 views
Obtain client MAC address in ASP.NET Application
How can I obtain the client MAC address with C# code of someone who visits my website?
2
votes
1answer
214 views
Get MAC address of remote PC?
I need to get the MAC address from a PC. The code I've written so far is here (this is only a small part of the code).
public byte[] getMac(L2PcInstance player)
{
try
{
...
2
votes
1answer
123 views
I used the following method to get iphone mac address, but sometimes result is null. This problem can occur in what circumstances?
I used the following method to get iphone mac address, but sometimes result is null. This problem can occur in what circumstances?
+(NSString *) macAddress{
int mib[6];
...
2
votes
2answers
90 views
Java for-loop generating MAC addresses
Trying to make a loop of MAC address values with:
String macAddr = "AA:BB:CC:DD:";
char[] chars = {'A', 'B', 'C', 'D', 'E', 'F'};
String[] strings = {"0", "0", "0", "0"};
for (int i=0; ...
2
votes
1answer
43 views
why both clients can't surf the internet when modify mac address [closed]
I am reading TCP/IP Illustrated volume 1. This book is great but it does't have many examples / exercises. I'm trying to understand the protocol by doing some simple experiments.
This first ...
2
votes
2answers
345 views
Getting the MAC address in Windows 7 when NIC is disabled using C#
I need a way to retrieve the MAC address of a machine with Windows 7 when its Network Interface Card is disabled and using C#. I searched through web and also refereed to the following links and the ...
2
votes
2answers
941 views
Perl & Net::SNMP::Interfaces::Details, how to get mac address?
for my internship i have to code a network supervisor. I'm writting perl scripts to find all informations (speed, mac address, duplex...) from an interface name on the switch.
There is a function ...
2
votes
3answers
891 views
Aquire client's MAC address
Is there a fairly simple way to acquire a client's MAC address from an ASP.Net web application.
I'm 4.0 all the way, and I'm using Visual Studio 2010.
Edits
LISTEN! Please do not close my issue! ...
2
votes
1answer
767 views
get MAC address through Silverlight 4
i tried doing this-
http://thewayithink.co.uk/post/2010/05/04/Mac-Address-in-Silverlight-4.aspx
but the 3 conditions are always false :
if ((Application.Current.IsRunningOutOfBrowser) &&
...
2
votes
6answers
270 views
Need for IP address
Why do we need an IP address when the MAC address is unique? Cant we communicate only with the MAC address?
2
votes
1answer
255 views
Sniffing detection
Can someone tell me how exactly works "test ICMP"? (One of methods to detect sniffing in local network)
2
votes
3answers
1k views
How to get client MAC address by a access on a website?
I have my website, and it records the number of visitors, IP and time of access...
I want to identify each visitor... I think that this was possible recording IP Address... but when the IP is ...
2
votes
6answers
1k views
Getting MAC Address C#
I have found this code to get a MAC address, but it returns a long string and doesn't include ':'.
Is it possible to add in the ':' or split up the string and add it it myself?
here is the code:
...
2
votes
4answers
4k views
Get remote MAC address using Python and Linux
How do I get the MAC address of a remote host on my LAN? I'm using Python and Linux.
2
votes
6answers
4k views
Get mac address from IP using DHCP?
I am trying to create scripts/services that allow for waking PCs in a windows domain via WOL. Now i want to give the user the option to select an AD container as a starting point for the waking of PCs ...
2
votes
1answer
853 views
Programatically Create DHCP Reservation in C#
I have been assigned the task of creating an application that takes in a MAC address and creates a DHCP reservation for that MAC address. Is there any API built into .NET to easily accomplish this?
...
2
votes
2answers
2k views
Get MAC address in Silverlight
Is it possible to get the client's MAC address from a Silverlight app? It would be ideal if the solution works OOB too.
2
votes
2answers
427 views
MAC address
public static NDIS_802_3_ADDRESS StrToByteArray(string str)
{
ASCIIEncoding encoding = new ASCIIEncoding();
byte[] m = encoding.GetBytes(str);
...
2
votes
2answers
952 views
Get mac address for remote computer under NT4 in C
Is it possible to get the mac address for a remote connection under NT4. The remote pc opens a socket connection into the program and I can get the ip address but need the mac.
I have tried using ...
2
votes
5answers
3k views
1
vote
2answers
44 views
How Java WebStart application Obtain the MAC address for accessing my webpage
I am writing a java webstart application to deploy from website so users can click and run my software. I need to have a kind of unique machine identification to avoid abusing the accessing of the ...
1
vote
2answers
56 views
monotouch Iphone unique identifier or mac addres used by push notification
I have found a method that brings the Unique identifier but its deprecated. Is there any other way to unique identify an iphone using monotouch software? If so, will it be accepted by Apple to ...
1
vote
3answers
163 views
How to change MAC address with batch file on Windows 7?
I want to change with simple click (using a batch file) the MAC address of my wireless device. How I'll accomplish this? It needs to choose a random MAC address.
1
vote
2answers
193 views
Get list of all MAC addresses conected to my router and the IP's
I want to list all the MAC addresses that are connected to my router i know it's possible because i have seen it done.
I think all applications use WinPcap for this purpose is there a way i can ...
1
vote
1answer
248 views
Arduino Ethernet shield v1.1 ENC28J60 MAC address
I purchased an Ethernet shield, v1.1 ENC28J60. There came no paper/sticky with the MAC address of the card. I'm trying to run the examples and nothing is working.
I think the problem is the MAC ...
1
vote
2answers
59 views
Get an unique id for a connected network device
I am connected to a WLAN, where a special hardware device is connected to as well. I communicate to that device via a socket, since I know its IP.
Is there a was to identify that hardware device in ...
1
vote
3answers
758 views
Change MAC-Address in iOS5
I Used to change my Mac Adress in Open Networks with the command:
ifconfig eth0 ether 00:11:22:33:44:55
in iOS4 this was no Problem, i remember there was even an App on Cydia for that. For ifconfig ...
1
vote
1answer
57 views
Can a MAC address be used as a reliable part of a rights management (DRM) scheme?
We're currently writing some software that we want to protect. We thought that registering a user's MAC address in a database upon activation of the software seemed viable; we can profile and grab ...