Re: Finding the IP of some device on the LAN ?
- From: Tad Winters <stafford.no.spam.winters2@xxxxxxxxxxx>
- Date: Thu, 15 Feb 2007 21:34:05 GMT
"Doug Phillips" <dphill46@xxxxxxxxxxxx> wrote in
news:1171566140.102073.212460@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
On Feb 14, 10:43 am, JF Mezei <jfmezei.spam...@xxxxxxxxxxxxx> wrote:
Say I plug in some unknown gizmo (without user interface) on my lan.
If I didn't know what the gizmo was, I sure as hell wouldn't plug it
into my lan.
What would be the way to find out its IP address that it thinks it
has ?
First, find out what the gizmo is, then RTFM. I've never seen a useful
device that has no way to access its settings.
Are there reverse ARP commands where you give it the ethernet address
of a device, it sends a broadcast asking that device to identify
itself and you then know what IP it has ?
If this device is configured with an IP that is not in the same
subnet, does it implicitely mean that arp tables on that lan's host
will not include that response from the gizmo even though they may
have physically received it ?
So, how do you find out the IP address of any other device on a
network? What happens if it has the same IP as some other device --
like your router or server? If the device isn't in the same subnet,
and your routing doesn't include that net, then anything the device
says is ignored. Maybe try a sniffer if you really think it's saying
something?
This has been an interesting topic to follow, but I don't think we've
seen anything further from the OP.
Solutions seem to be:
1) Look at the DHCP/BOOTP server.
2) Look at the ARP cache of some known network device which may have seen
network traffic from this mysterious device.
3) Use a network sniffer.
If the IP address is static and outside of the local network subnet,
solution 1 and 2 are not useful.
If the real problem is that device doesn't appear to be getting an IP
address via DHCP/BOOTP, possibly because those protocols are disabled,
then it may be that the device will accept one via RARP. I've
accomplished this in the past by setting up a static ARP entry, with the
IP address I wish to use and the MAC address obtained from the case of
the device. I've used both MultiNet and Windows for the setup of static
ARP entries. I begin a continuous ping from the system with the static
ARP entry and then I power on the device (already connected to the
network.) I've had it take up to 2 minutes before getting a ping
response, but once I've gotten a reponse, I've just connected to the
device via telnet and set a new static IP address. (Actually, I think
these have always been print servers, but I'm sure there are other
devices that support this same procedure.)
.
- References:
- Finding the IP of some device on the LAN ?
- From: JF Mezei
- Re: Finding the IP of some device on the LAN ?
- From: Doug Phillips
- Finding the IP of some device on the LAN ?
- Prev by Date: Re: Alpha to Integrity porting workshops - who's been?
- Next by Date: Re: X Windows App
- Previous by thread: Re: Finding the IP of some device on the LAN ?
- Next by thread: Java and JBoss running on Itanium
- Index(es):
Relevant Pages
|