Thread: Identify dynamic IP address of network device

  1. #1
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

    Identify dynamic IP address of network device

    I have a automation/security controller which is network enabled. I am able to comunicate with the controller on the internal network via a static IP address. My problem is that I cannot communicate with the device from outside the internal network since I cannot determine the dynamic IP address of the device.

    The device does not have any browser capability for me to access a site like myip.com to determine the dynamic IP address. Nor is there any way to install any type of client software on the device to determine the dynamic IP such as the client software used with a DNS service such as No-IP.

    Is there any type of utility software or possible example source code to remotely determine the dynamic IP address of a device? For example, the utility would be installed on my computer and this utility would somehow determine the dynamic IP address of another computer, in this case the controller.

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Can't quite see what you're getting at here. You're saying that this controller is "network enabled". Does it to react to DHCP in any way? If yes, then you can tell it what address to use.

    As for communicating with it externally, what connects this network to another? If it's a router, then you will most likely have to talk to the router to get to the device as it usually isn't exposed through any other interface. Some routers permit remote configuration, which will allow you to see the address of the device behind the router and then you should be able to set up a port forward.

    Generally speaking, it's only really old/crap devices that say "I'm going to use this address" when plugged into a network without telling anyone or anything.

  3. #3
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    then you will most likely have to talk to the router to get to the device as it usually isn't exposed through any other interface.
    Your comment made me reread the No-Ip instructions. I was incorrectly using the default setup for the dynamic update client which was using the IP address of the computer that the client was installed on. I should have been using the IP address of the router with port forwarding enabled.

    I made the assumption that the dynamic update client would have to be installed on the controller which is impossible. Thus, the reason for my somewhat nonunderstandable question.

    I am now able to access the controller with the client using the routers IP address.

    Thanx
    Bob

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IP address network order to string?
    By pobri19 in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-19-2009, 05:15 AM
  2. How to get IP address in C?
    By perlguy in forum C Programming
    Replies: 2
    Last Post: 06-08-2002, 08:42 PM
  3. Getting the ip address of web sites?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 03-18-2002, 12:16 AM
  4. IP address
    By Jackie in forum C Programming
    Replies: 9
    Last Post: 03-14-2002, 07:06 AM
  5. MSN Vital Information
    By iain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-22-2001, 08:55 PM