|
|
comp.os.ms-windows.networking.tcp-ip Affichage de l'article : Re: Find IP address from MAC address?
Date :
Le 06 février 2007
From :
Kurt
Sujet :
Re: Find IP address from MAC address?
vamichael@gmail.com wrote:
> I have an old DP-101p+ print server device. The auto-detect software
> that it comes with does not find the device. However, I do have the
> MAC address listed on the back.
>
> How can I find what IP address the device is set to?
>
> Thanks,
>
> -M
>
rarp (reverse arp), as the name implies, does the opposite of arp if
it's in the print server's stack. However, the usual way is to add a
static arp entry to your local computer pointing to the MAC address of
the server. Then you can configure it using telnet or whatever it supports.
if you issue the command arp /? you'll get the following example:
arp -s 157.55.85.212 00-aa-00-62-c6-09
assuming your IP address is on the 157.155 85 /24 network, you should
now be able to ping and connect to the device whose MAC address is
00-aa-00-62-c6-09 using the IP address 157.55.85.212 from your computer.
....kurt
Posez vos questions, réponses et remarques sur
les forums de FrameIP
|
|