G
Guest
I have a list of MAC addresses from on our LAN and I need to find the
corresponding IP address for them.
How ????
Thanks in advance
corresponding IP address for them.
How ????
Thanks in advance
toal5 said:I have a list of MAC addresses from on our LAN and I need to find the
corresponding IP address for them.
How ????
I have a list of MAC addresses from on our LAN and I need to find the
corresponding IP address for them.
How ????
Thanks in advance
toal5 said:I have a list of MAC addresses from on our LAN and I need to find the
corresponding IP address for them.
How ????
Thanks in advance
Sooner Al said:FWIW department...
If your running Vista on at least one machine then the network map will
show IP and MAC addresses for local nodes...
http://theillustratednetwork.mvps.org/Vista/Misc/NetworkMap.jpg
For XP SP2 nodes you need to download and install the LLTD package...
http://www.microsoft.com/downloads/...1d-ee46-481e-ba11-37f485fa34ea&DisplayLang=en
--
Al Jarvi (MS-MVP Windows Networking)
Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
Just ran both tools and neither has given me any MAC addesses????
So I can't tally them up with the IP and hostnames its found.
toal5 said:All I have is the MAC address which are on our LAN so no routers are involved.
The devices could be static so I cant check any DHCP.
As far as getting the device to send some packets..... I dont know which
devices they are, thats why Im trying to get the IP addresses
Dohhh, Cheers for that. All MAC addresses clear and present
OK now I have found 90% of machines mac addresses I have a new problem.
This all started from.......
I was trying to remove all IPX off our network, so I ran Wireshark and had
bout 6 machines which were broadcasting IPX. I got the MAC from wireshark and
that is why I needed to find the IP address.
Anyway now I have the list of machines with MAC and IP, NONE of the IPX
broacasting machines are there????
Anyone have any ideas of how I could find these rouge machines?
I have a list of MAC addresses from on our LAN and I need to find the
corresponding IP address for them.
How ????
Thanks in advance
It depends.
If you know the IP addresses in question you simply ping the IP
addresses and then check the arp cache with "arp -a".
If you have a router it may be able to protocol the IP/MAC address mappings.
If you have a DHCP server and all devices in question use DHCP the DHCP
server should have all mappings in the list of leases.
If you don't have any idea which IP addresses (as any device can use
several IP addresses on an interface) a specific MAC address may use you
are not able to find it out unless you are able to make the device send
some packets and the receiver of those packets or a router in the way
records it.
GeraldOn Monday, April 23, 2007 9:36 AM Robert L [MVP - Networking] wrote:
This is a multi-part message in MIME format.
------=_NextPart_000_009C_01C78582.801745C0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable
This how to may help,
ipconfigHow to setup two IPs on a computer How to use MS DHCP to reserve =
an IP on MAC How to use TCP/IP without installing a NIC. How can I find =
a NIC MAC address? ...
http://www.howtonetworking.com/Networking/ipconfig.htm =20
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on =
http://www.ChicagoTech.net=20
How to Setup Windows, Network, VPN & Remote Access on =
http://www.HowToNetworking.com=20
I have a list of MAC addresses from on our LAN and I need to find the=20
corresponding IP address for them.
How ????
Thanks in advance
------=_NextPart_000_009C_01C78582.801745C0
Content-Type: text/html;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable
=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8">
<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>This how to may help,</DIV>
<DIV> </DIV>
<DIV><A class=3Dl onmousedown=3D"return =
clk(this.href,'','','cres','1','')"=20
href=3D"http://www.howtonetworking.com/Networking/ipconfig.htm"><FONT=20
color=3D#663399>ipconfig</FONT></A>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
<TBODY>
<TR>
<TD class=3Dj><FONT size=3D-1>How to setup two IPs on a computer How =
to use MS=20
DHCP to reserve an <B>IP</B> on <B>MAC</B> How to use =
TCP/<B>IP</B>=20
without installing a NIC. How can I find a NIC <B>MAC</B> address? =
<B>...</B><BR><SPAN class=3Da><FONT color=3D#008000><A=20
=
href=3D"http://www.howtonetworking.com/Networking/ipconfig.htm">http://ww=
w.howtonetworking.com/Networking/<B>ip</B>config.htm</A></FONT><FONT=20
color=3D#000000 =
size=3D3> </FONT></SPAN></FONT></TD></TR></TBODY></TABLE></DIV>
<DIV><BR>Bob Lin, MS-MVP, MCSE & CNE<BR>Networking, Internet, =
Routing, VPN=20
Troubleshooting on <A=20
href=3D"http://www.ChicagoTech.net">http://www.ChicagoTech.net</A> =
<BR>How to=20
Setup Windows, Network, VPN & Remote Access on <A=20
href=3D"http://www.HowToNetworking.com">http://www.HowToNetworking.com</A=
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"toal5" <<A=20
=
href=3D"mailto:[email protected]">[email protected]=
ft.com</A>>=20
wrote in message <A=20
=
href=3D"(e-mail address removed)</A>...</DIV>I=20
have a list of MAC addresses from on our LAN and I need to find the=20
<BR>corresponding IP address for them.<BR><BR>How ????<BR><BR>Thanks =
in=20
advance<BR></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_009C_01C78582.801745C0--On Monday, April 23, 2007 9:54 AM toal wrote:
Nope, already read it.
It tells you how to add static entries but thats about it.
Thanks though
"Robert L [MVP - Networking]" wrote: