CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Location
    Europe
    Posts
    5

    Routers, variable ip addresses etc

    Boys and Girls,

    a tricky one for you.

    I have a network camera connected to a lan. this lan is connected via a router to the outside world. The ip address of the router (which is assigned by the isp) is dynamic and changes every three hours.

    the network camera has its own web server, which means that it requires an ip address. to access the images all you need to do is to log on to http://xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the ip address of the camera.

    What i want to do is to access images via the internet. the problem is the dynamic ip addressing of the router.

    any ideas?








    Cheers Ghozt

  2. #2
    Join Date
    Sep 2000
    Location
    Europe
    Posts
    5

    Re: Routers, variable ip addresses etc

    oops, maybe i should clarify excatly what i want.

    Is there a way to obtain the ip address of the router accross the internet?



    Cheers Ghozt

  3. #3
    Join Date
    Jun 2001
    Location
    Pakistan
    Posts
    9

    Re: Routers, variable ip addresses etc

    use of snmp protocol and Mib files will help you to get IP of router:
    but it will require community name of router and
    IP first time?
    cheers cheers
    Tahir



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured