General discussion

  • Creator
    Topic
  • #4273291

    Fixing public IP from router

    by Niamhrubi ·

    Tags: 

    Hi Everyone,
    I have a small application that I access from outside the house by my router’s public IP. Every couple months, Verizon changes my house’s public IP Address and I have to manually go back in to my code for my programs and change the IP. Is there a way to fix my IP so I can either have a static number or link it to a domain? If so how,

    • This topic was modified 1 month, 1 week ago by Avatar photokees_b.
    • This topic was modified 1 month, 1 week ago by Avatar photokees_b.

You are posting a reply to: Fixing public IP from router

The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.

All Comments

  • Author
    Replies
    • #4273314
      Avatar photo

      Reply To: Fixing public IP from router

      by kees_b ·

      In reply to Fixing public IP from router

      No, there isn’t.

      My suggestion: change your programs to read the current IP from a parameter file. Then all you need to do when it changes is to change the value in the file. That’s much easier than changing the program.

    • #4273363
      Avatar photo

      More code!

      by rproffitt ·

      In reply to Fixing public IP from router

      Your app needs to detect the IP change and put that on some public web page you can pick up with your app.
      More code but hey, this can be solved.

    • #4280202

      Reply To: Fixing public IP from router

      by khawermasood0 ·

      In reply to Fixing public IP from router

      To prevent issues with a changing public IP, you can either request a static IP address from Verizon (this may come with additional charges) or configure Dynamic DNS (DDNS). DDNS allows you to associate your changing public IP with a domain name, and many routers have built-in support for this. By setting up DDNS through a provider like No-IP or DynDNS, your domain will automatically update whenever your IP changes, ensuring seamless access.

      • This reply was modified 1 day, 11 hours ago by khawermasood0.
      • This reply was modified 1 day, 11 hours ago by khawermasood0.
      • This reply was modified 1 day, 8 hours ago by Avatar photokees_b.
Viewing 2 reply threads