Re: Getting an IP address from a MAC address

2003-07-07 Thread Sanjay Arora
Pinging a broadcast address would get Linux/Unix Machines on the local net to respond...how to go about getting the Windows machines to respond? Is there any other way than a ping sweep, which would make the ghost/lurker suspicious, if he is firewalling and running ids software. Sanjay. ---

RE: Getting an IP address from a MAC address

2003-07-07 Thread Bob Walker
Chris, Yes, you can do that... But it requires using two (2) NIC's, and assigning each its own IP address. Bob -Original Message- From: chris halverson [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 8:38 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Getting an IP

Re: Getting an IP address from a MAC address

2003-07-07 Thread Sanjay Arora
Pinging a broadcast address would get Linux/Unix Machines on the local net to respond...how to go about getting the Windows machines to respond? Is there any other way than a ping sweep, which would make the ghost/lurker suspicious, if he is firewalling and running ids software. --- Dana Epp

RE: Getting an IP address from a MAC address

2003-07-04 Thread Thomas Ng
] Sent: Thursday, July 03, 2003 1:34 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Getting an IP address from a MAC address [EMAIL PROTECTED] wrote: Hi all, I was wondering if anyone knows of a tool which can determine an IP address from a MAC address??? I have found plenty

Re: Getting an IP address from a MAC address

2003-07-04 Thread Emilio . Herraiz
: Asunto: Re: Getting an IP address from a MAC address 02/07/2003 19:06

Re: Getting an IP address from a MAC address

2003-07-04 Thread sethc
If you are on the same subnet, you can use the arp table on your local computer to assign the MAC address an IP address. I used this trick the other day on a W2K box to access the web interface of a new printer. arp -s xxx.xxx.xxx.xxx zz-zz-zz-zz-zz-zz (xxx=ip and zz=mac, the -s = add to arp

Re: Getting an IP address from a MAC address

2003-07-03 Thread chayden
I was wondering if anyone knows of a tool which can determine an IP address from a MAC address??? I have found plenty of tools which will work the other way, but nothing for what I am after. Basically what you are looking for is a RARP program. Under Linux you can use the Net-Tools

Re: Getting an IP address from a MAC address

2003-07-03 Thread Dana Epp
Have you considered using arp and simply checking your arp tables? If you are on the same net, you can do a single ping to the broadcast to get every card to respond, and then do something like: arp -a | grep mac Where mac is the MAC addr you are looking for. Note that on windows each octet is

Re: Getting an IP address from a MAC address

2003-07-03 Thread Paul Cardon
[EMAIL PROTECTED] wrote: Hi all, I was wondering if anyone knows of a tool which can determine an IP address from a MAC address??? I have found plenty of tools which will work the other way, but nothing for what I am after. One possible way to do this is to ping the broadcast address of the

RE: Getting an IP address from a MAC address

2003-07-03 Thread Dave Killion
Steven, Well, Address Resolution Protocol (ARP) does Who has MAC for IP, and Reverse Address Resolution Protocol (RARP) does Who has IP for MAC. You're looking for a RARP tool. Without knowing which platform you use, I couldn't begin to suggest an appropriate one. Hopefully this will get you

Re: Getting an IP address from a MAC address

2003-07-03 Thread Birl
Steven: Date: Tue, 1 Jul 2003 13:54:50 +0800 Steven: From: [EMAIL PROTECTED] Steven: To: [EMAIL PROTECTED] Steven: Subject: Getting an IP address from a MAC address Steven: Steven: Hi all, Steven: Steven: I was wondering if anyone knows of a tool which can determine an IP address Steven:

Re: Getting an IP address from a MAC address

2003-07-03 Thread Mitchell Rowton
If you are on the same subnet (which I am assuming) you could do some kind of ping sweep of your subnet. Then look at your arp table to see what MAC is for what address. Reminder, if this MAC is on a seperate subnet from you this will not work. Mitchell ___

Re: Getting an IP address from a MAC address

2003-07-03 Thread Nikunj Virani
Check out CG Get Mac Address from http://youngzsoft.net/cc-get-mac-address/ It does what u need. Thanks and Regards, Nikunj Virani Senior system Administrator NCPL Pune, INdia On Tue, 2003-07-01 at 11:24, [EMAIL PROTECTED] wrote: Hi all, I was wondering if anyone knows of a tool which can

Re: Getting an IP address from a MAC address

2003-07-03 Thread James Fields
It'll be interesting to see if you get any hits on that one, but I've never heard of one - at least not something generally available. That's because there's no lookup service for MACs as there is for IP addresses and hostnames (DNS), and IP addresses to MACs (ARP). There are a few tried and

Re: Getting an IP address from a MAC address

2003-07-03 Thread Marian Ion (e-licitatie.ro)
In Linux: the rarp command. In Windows:for few stations inside the lan, ping the broadcast address and then arp -a. as a tool, maybe windump may help you. Marian Ion - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July

Re: [misc-sec] Re: Getting an IP address from a MAC address

2003-07-03 Thread Jon Zobrist
arping ARPing 1.05, by Thomas Habets [EMAIL PROTECTED] usage: arping [ -qvrRd0bp ] [ -S host/ip ] [ -T host/ip ] [ -s MAC ] [ -t MAC ] [ -c count ] [ -i interface ] host/ip/MAC | -B http://freshmeat.net/projects/arping/?topic_id=150 -Jon On Wed, 2003-07-02 at 11:34, Paul Cardon

Re: Getting an IP address from a MAC address

2003-07-03 Thread Devdas Bhagat
On 01/07/03 13:54 +0800, [EMAIL PROTECTED] wrote: I was wondering if anyone knows of a tool which can determine an IP address from a MAC address??? I have found plenty of tools which will work the other way, but nothing for what I am after. Assuming you are on the same network, a Linux/Unix

RE: Getting an IP address from a MAC address

2003-07-03 Thread Bob Walker
Steven, If I understand your question right, there is no correlation between a MAC address and an IP address. The MAC address is assigned to the physical piece of hardware, according to the manufacturer and various other pieces of info about that specific physical piece of hardware. The IP