How to check if DynDNS is working











up vote
1
down vote

favorite












Newbie programmer here. I'm building an app for an API that requires an IP address for authentication. Basically, users have to send the API management their IPs and then each time a computer makes a request to their server, it verifies whether it's coming from a registered IP.



Since I work in a number of different places and thus end up with different IPs, I thought it would be easiest to use DynDNS to establish a URL that points to whatever my current IP is and then send that URL to the API management. So my first question is if this approach would in fact work?



Secondly, assuming this would work, I set up ben.dynalias.com and downloaded the DynDNS Updater client. It appears to be working: the updater says status: OK and displays my current IP. However, when I navigate to the URL (ben.dynalias.com) there's no response. Should this be the case? How can I tell if it's working?










share|improve this question






















  • Related... their status page is dynstatus.com
    – Greg Bray
    Oct 21 '16 at 17:43















up vote
1
down vote

favorite












Newbie programmer here. I'm building an app for an API that requires an IP address for authentication. Basically, users have to send the API management their IPs and then each time a computer makes a request to their server, it verifies whether it's coming from a registered IP.



Since I work in a number of different places and thus end up with different IPs, I thought it would be easiest to use DynDNS to establish a URL that points to whatever my current IP is and then send that URL to the API management. So my first question is if this approach would in fact work?



Secondly, assuming this would work, I set up ben.dynalias.com and downloaded the DynDNS Updater client. It appears to be working: the updater says status: OK and displays my current IP. However, when I navigate to the URL (ben.dynalias.com) there's no response. Should this be the case? How can I tell if it's working?










share|improve this question






















  • Related... their status page is dynstatus.com
    – Greg Bray
    Oct 21 '16 at 17:43













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Newbie programmer here. I'm building an app for an API that requires an IP address for authentication. Basically, users have to send the API management their IPs and then each time a computer makes a request to their server, it verifies whether it's coming from a registered IP.



Since I work in a number of different places and thus end up with different IPs, I thought it would be easiest to use DynDNS to establish a URL that points to whatever my current IP is and then send that URL to the API management. So my first question is if this approach would in fact work?



Secondly, assuming this would work, I set up ben.dynalias.com and downloaded the DynDNS Updater client. It appears to be working: the updater says status: OK and displays my current IP. However, when I navigate to the URL (ben.dynalias.com) there's no response. Should this be the case? How can I tell if it's working?










share|improve this question













Newbie programmer here. I'm building an app for an API that requires an IP address for authentication. Basically, users have to send the API management their IPs and then each time a computer makes a request to their server, it verifies whether it's coming from a registered IP.



Since I work in a number of different places and thus end up with different IPs, I thought it would be easiest to use DynDNS to establish a URL that points to whatever my current IP is and then send that URL to the API management. So my first question is if this approach would in fact work?



Secondly, assuming this would work, I set up ben.dynalias.com and downloaded the DynDNS Updater client. It appears to be working: the updater says status: OK and displays my current IP. However, when I navigate to the URL (ben.dynalias.com) there's no response. Should this be the case? How can I tell if it's working?







api dns ip dyndns






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 8 '13 at 16:46









Ben Davidow

34551532




34551532












  • Related... their status page is dynstatus.com
    – Greg Bray
    Oct 21 '16 at 17:43


















  • Related... their status page is dynstatus.com
    – Greg Bray
    Oct 21 '16 at 17:43
















Related... their status page is dynstatus.com
– Greg Bray
Oct 21 '16 at 17:43




Related... their status page is dynstatus.com
– Greg Bray
Oct 21 '16 at 17:43












3 Answers
3






active

oldest

votes

















up vote
0
down vote













I don't see any reason it shouldn't work as long as your updaters aren't overwriting each other by running at the same time automatically from different locations.



You can ping ben.dynalias.com and see if your current ip matches.






share|improve this answer




























    up vote
    0
    down vote













    I just hosted ben.dynalias.com and it gave me your IP.
    Since there is no web server running on that IP, then your browser will not be able to show you a page result.
    You can use http://www.kloth.net/services/nslookup.php
    to check and see if you get the correct IP from a host lookup.
    Depending on how often your IP changes this might not be a great solution as the DNS will cache your hostname and will not try and resolve it again until the TTL expires normally minimum 1 hour.






    share|improve this answer




























      up vote
      0
      down vote














      1. whether the API management accepts a hostname instead of an IP address is a question only they can answer. Some will, many won't as it's "easier" to hijack a domain name than to hijack an ip address.

      2. trying to browse to you-address.dynalias.com that points to your own public address rarely works, even if you opened up the right ports because your router will be highly confused. The best way to test such a setup is by using a phone or tablet with 3g/GPRS internet - of course after you set up port forwarding in the router to point the appropriate port to your computer.






      share|improve this answer





















        Your Answer






        StackExchange.ifUsing("editor", function () {
        StackExchange.using("externalEditor", function () {
        StackExchange.using("snippets", function () {
        StackExchange.snippets.init();
        });
        });
        }, "code-snippets");

        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "1"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














         

        draft saved


        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f18131589%2fhow-to-check-if-dyndns-is-working%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        0
        down vote













        I don't see any reason it shouldn't work as long as your updaters aren't overwriting each other by running at the same time automatically from different locations.



        You can ping ben.dynalias.com and see if your current ip matches.






        share|improve this answer

























          up vote
          0
          down vote













          I don't see any reason it shouldn't work as long as your updaters aren't overwriting each other by running at the same time automatically from different locations.



          You can ping ben.dynalias.com and see if your current ip matches.






          share|improve this answer























            up vote
            0
            down vote










            up vote
            0
            down vote









            I don't see any reason it shouldn't work as long as your updaters aren't overwriting each other by running at the same time automatically from different locations.



            You can ping ben.dynalias.com and see if your current ip matches.






            share|improve this answer












            I don't see any reason it shouldn't work as long as your updaters aren't overwriting each other by running at the same time automatically from different locations.



            You can ping ben.dynalias.com and see if your current ip matches.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 8 '13 at 16:53









            Peter Newell

            11




            11
























                up vote
                0
                down vote













                I just hosted ben.dynalias.com and it gave me your IP.
                Since there is no web server running on that IP, then your browser will not be able to show you a page result.
                You can use http://www.kloth.net/services/nslookup.php
                to check and see if you get the correct IP from a host lookup.
                Depending on how often your IP changes this might not be a great solution as the DNS will cache your hostname and will not try and resolve it again until the TTL expires normally minimum 1 hour.






                share|improve this answer

























                  up vote
                  0
                  down vote













                  I just hosted ben.dynalias.com and it gave me your IP.
                  Since there is no web server running on that IP, then your browser will not be able to show you a page result.
                  You can use http://www.kloth.net/services/nslookup.php
                  to check and see if you get the correct IP from a host lookup.
                  Depending on how often your IP changes this might not be a great solution as the DNS will cache your hostname and will not try and resolve it again until the TTL expires normally minimum 1 hour.






                  share|improve this answer























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    I just hosted ben.dynalias.com and it gave me your IP.
                    Since there is no web server running on that IP, then your browser will not be able to show you a page result.
                    You can use http://www.kloth.net/services/nslookup.php
                    to check and see if you get the correct IP from a host lookup.
                    Depending on how often your IP changes this might not be a great solution as the DNS will cache your hostname and will not try and resolve it again until the TTL expires normally minimum 1 hour.






                    share|improve this answer












                    I just hosted ben.dynalias.com and it gave me your IP.
                    Since there is no web server running on that IP, then your browser will not be able to show you a page result.
                    You can use http://www.kloth.net/services/nslookup.php
                    to check and see if you get the correct IP from a host lookup.
                    Depending on how often your IP changes this might not be a great solution as the DNS will cache your hostname and will not try and resolve it again until the TTL expires normally minimum 1 hour.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 8 '13 at 16:54









                    Ian H

                    368312




                    368312






















                        up vote
                        0
                        down vote














                        1. whether the API management accepts a hostname instead of an IP address is a question only they can answer. Some will, many won't as it's "easier" to hijack a domain name than to hijack an ip address.

                        2. trying to browse to you-address.dynalias.com that points to your own public address rarely works, even if you opened up the right ports because your router will be highly confused. The best way to test such a setup is by using a phone or tablet with 3g/GPRS internet - of course after you set up port forwarding in the router to point the appropriate port to your computer.






                        share|improve this answer

























                          up vote
                          0
                          down vote














                          1. whether the API management accepts a hostname instead of an IP address is a question only they can answer. Some will, many won't as it's "easier" to hijack a domain name than to hijack an ip address.

                          2. trying to browse to you-address.dynalias.com that points to your own public address rarely works, even if you opened up the right ports because your router will be highly confused. The best way to test such a setup is by using a phone or tablet with 3g/GPRS internet - of course after you set up port forwarding in the router to point the appropriate port to your computer.






                          share|improve this answer























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote










                            1. whether the API management accepts a hostname instead of an IP address is a question only they can answer. Some will, many won't as it's "easier" to hijack a domain name than to hijack an ip address.

                            2. trying to browse to you-address.dynalias.com that points to your own public address rarely works, even if you opened up the right ports because your router will be highly confused. The best way to test such a setup is by using a phone or tablet with 3g/GPRS internet - of course after you set up port forwarding in the router to point the appropriate port to your computer.






                            share|improve this answer













                            1. whether the API management accepts a hostname instead of an IP address is a question only they can answer. Some will, many won't as it's "easier" to hijack a domain name than to hijack an ip address.

                            2. trying to browse to you-address.dynalias.com that points to your own public address rarely works, even if you opened up the right ports because your router will be highly confused. The best way to test such a setup is by using a phone or tablet with 3g/GPRS internet - of course after you set up port forwarding in the router to point the appropriate port to your computer.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Aug 8 '13 at 16:54









                            fvu

                            28.7k54769




                            28.7k54769






























                                 

                                draft saved


                                draft discarded



















































                                 


                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f18131589%2fhow-to-check-if-dyndns-is-working%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Xamarin.iOS Cant Deploy on Iphone

                                Glorious Revolution

                                Dulmage-Mendelsohn matrix decomposition in Python