Results 1 to 9 of 9

Thread: Remote control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Posts
    74

    Question Remote control

    We have three Vb6 applications running on three different PC:s in a company in another city.
    To travel there takes about four hours with car.
    So - to give better service and save time and money, we want to remote-control these computers.
    But the remote company only have an dynamic IP-adress.

    Is there someone out there that have a nice solution on this problem?

    /Lennart

  2. #2
    Lively Member deranged's Avatar
    Join Date
    Jun 2004
    Location
    TN
    Posts
    104

    Re: Remote control

    ooh ooh pick me!

    Get remote desktop or a VNC program, and get a DNS service. A really good free one is provided at http://freedns.afraid.org/ . You'll get something like [insert string of text here].[domain].com. They offer a lot of domains as well. Afraid.org has a great feature where if you enter a specific address in the web browser (unique for each account), your domain name will be attatched to the IP that sent the request. You can create a small program (or ammend the existing vb6 one) to send a request to that page periodically. Then you can use remote desktop or VNC and connect using the domain name rather than an IP.

  3. #3
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Remote control

    Quote Originally Posted by deranged
    ooh ooh pick me!

    Get remote desktop or a VNC program, and get a DNS service. A really good free one is provided at http://freedns.afraid.org/ . You'll get something like [insert string of text here].[domain].com. They offer a lot of domains as well. Afraid.org has a great feature where if you enter a specific address in the web browser (unique for each account), your domain name will be attatched to the IP that sent the request. You can create a small program (or ammend the existing vb6 one) to send a request to that page periodically. Then you can use remote desktop or VNC and connect using the domain name rather than an IP.
    Exactly what i would have suggested.

    Unless instead, you went to a site with one of your VB6 programs, retrieved your IP from it and went from there ?
    Like, www.aprelium.com/ip
    Zeegnahtuer?

  4. #4
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: Remote control

    The other option would be if the main office has a static IP, the remote office could VPN back.
    TPM

    Add yourself to the VBForums Frappr Map!!

  5. #5
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: Remote control

    thegreatone, www.aprelium.com/ip have so much ads you should use this site
    www. What Is My Ip .com
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  6. #6
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Remote control

    Quote Originally Posted by wiz126
    thegreatone, www.aprelium.com/ip have so much ads you should use this site
    www. What Is My Ip .com
    Yet, there are no ads for me...
    Zeegnahtuer?

  7. #7
    Lively Member deranged's Avatar
    Join Date
    Jun 2004
    Location
    TN
    Posts
    104

    Re: Remote control

    Nor do I get ads. But these sites only give you the IP of the computer that you're on. What he needs to know is the everchanging IP of the computer(s) that he needs access to, yet are 4 hours away.

    Another good idea that might be slightly unreliable would be to make a program that checks the IP every hour or so, and if it's changed, send an email notifying of the change. I still think the dns would be the best route. You would only need to memorize something like 'work.deletedit.com' and that's always your work's IP address.

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Remote control

    You can use a program like PC ANYWHERE if you can dial into the remote machine. That way you could get the IP address, and disconnect, then use PC ANYWHERE to connect via the IP address. It would be a one minute phone call, and you wouldn't have to worry about the IP address. You can even have the remote machine call you back. We used to use this method to update a db once per month, mostly just compacting them. They saw the phone call, which justified the service contract.

  9. #9
    New Member
    Join Date
    Nov 2005
    Posts
    2

    Re: Remote control

    Try this Remote Access Software.
    There are no IP Issues involved with this software.
    Last edited by olivia_ton; Nov 23rd, 2005 at 05:17 AM.

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