0
votes
4answers
74 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 f …
1
vote
3answers
75 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 …
0
votes
3answers
53 views
Finding the MAC address of the sender of a multicast UDP message in Python?
I have some code that listens for "announcements" via UDP multicast. I can get the IP address of the sender, but what I really need is the MAC address of the sender (since the IP a …
0
votes
1answer
18 views
Variable Length of PhysicalAddress
The PhysicalAddress (used for MAC addresses) class supports variable-length byte arrays. As far as I know MAC addresses are always 48-bit long.
Is there a reason why the PhysicalA …
1
vote
2answers
218 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 us …
0
votes
1answer
105 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 easil …
2
votes
6answers
420 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 …
0
votes
3answers
279 views
php - mac address
I want to get the MAC and IP address of the connected client using php.
0
votes
3answers
253 views
Determine next hop mac-address in c#
I'm writing an application that injects packets using SharpPcap (http://sourceforge.net/projects/sharppcap/).
However, since I'm constructing the packets on my own and only know …
0
votes
0answers
24 views
router setup with server checking MAC addresses [closed]
I am running my own router on my universities network. The university checks to make sure the mac address of the computer is registered before allowing traffic to go through. What …
3
votes
6answers
1k 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 w …
1
vote
1answer
159 views
In TCPServer (Ruby) how can i get the IP/MAC from the client?
Hi, i want to get the IP Address of the client in a TCPServer in Ruby. And (if it is possible) the MAC Address.
For example, a Time Server in Ruby, see the comment.
tcpserver = T …
1
vote
5answers
419 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 abo …
1
vote
2answers
207 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.
0
votes
1answer
539 views
How can I programmatically get the MAC address of an iPhone 3G S?
This question has an answer, but it only works on the old iPhone and iPod touch.
On the iPhone 3G S, it gives me "00:00:00:00:00:70", which is incorrect.
