Unconfigured Ad Widget

Collapse

whoami pc app for dhcp accounts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • high_revs
    CGN/CGSSA Contributor
    CGN Contributor
    • Feb 2006
    • 7346

    whoami pc app for dhcp accounts

    is there an app that can email you daily what your isp provided ip#? when i go on trips, i'll sometimes want to connect to my nas or remote desktop control a machine to do something. but not worth the trouble of switching to static ip and then back to dhcp due to charge.

    wondering if there is a whoami app that can email me my current IP# so i can tunnel to my router?

    can't seem to find any on the interweb but i did find something like this for mac. wonder if ddwrt has a function for this or if somone has a script i can leverage.

  • #2
    kg6hum
    Junior Member
    • Jan 2011
    • 15

    Try DynDNS Free. I used it many years ago and it worked well. They have client programs that monitor for changes in your IP. Some routers even have built in support for it. Here is their website: http://dyn.com/dns/dyndns-free/

    Comment

    • #3
      dotalchemy
      Senior Member
      • Apr 2011
      • 958

      dd-wrt does indeed have DynDNS support.

      It works pretty good.
      1928 Tula 91/30 | 1944 Izhevsk M44 | As yet unknown 91/30 and M44 - still in the box | 1976 Walther P-1
      ...Daddy, what else did you leave for me?

      "The beauty of the Second Amendment is that it will not be needed until they try to take it" - Thomas Jefferson

      Comment

      • #4
        Nose Nuggets
        Calguns Addict
        • Apr 2008
        • 6801

        i use a free dns provider as well so i can RDP into my home computer. works well.


        "It is to secure our rights that we resort to government at all." -Thomas Jefferson

        Comment

        • #5
          high_revs
          CGN/CGSSA Contributor
          CGN Contributor
          • Feb 2006
          • 7346

          Originally posted by dotalchemy
          dd-wrt does indeed have DynDNS support.

          It works pretty good.
          i thought i saw that somewhere when i was flipping thru the screens.

          do i have to create scripts? will fiddle with it later. make sure i back up the settings first.


          Originally posted by Nose Nuggets
          i use a free dns provider as well so i can RDP into my home computer. works well.
          i'll read about that and compare against the ddwrt dyndns support. not often i'll use it, but i guess if it was easy, i'll more easily use it.

          Comment

          • #6
            dotalchemy
            Senior Member
            • Apr 2011
            • 958

            Originally posted by high_revs
            i thought i saw that somewhere when i was flipping thru the screens.

            do i have to create scripts? will fiddle with it later. make sure i back up the settings first.

            i'll read about that and compare against the ddwrt dyndns support. not often i'll use it, but i guess if it was easy, i'll more easily use it.
            You don't need to create any scripts, just enter in your DynDNS account username and password, along with the DNS address I believe, and it'll update the DynDNS account with your IP every time it changes / a schedule you choose.

            If you're on the free DynDNS account, you'll want to update at least every 30 days as I believe they expire records that haven't been updated in that long.

            I'd give a better answer, but apparently dd-wrt's web interface has locked up and I can't be bothered to find the router and reset it. It's next to my NAS, which responds to ping and does everything you'd expect, but appears to be somewhat displaced in physical space.
            1928 Tula 91/30 | 1944 Izhevsk M44 | As yet unknown 91/30 and M44 - still in the box | 1976 Walther P-1
            ...Daddy, what else did you leave for me?

            "The beauty of the Second Amendment is that it will not be needed until they try to take it" - Thomas Jefferson

            Comment

            • #7
              ocabj
              Calguns Addict
              • Oct 2005
              • 7903

              Code:
              #!/usr/bin/perl
              
              use strict;
              use LWP::Simple;
              
              my @lines = get("http://checkip.dyndns.org/");
              
              foreach (@lines) {
                chomp($_);
                if ($_ =~ /(\d+\.\d+\.\d+\.\d+)/) {
                  my $ipaddr = $1;
                  # insert call subroutine/function to email $ipaddr
                  exit 0;
                }
              }
              
              exit 1;
              Write your own subroutine to email $ipaddr to yourself. You most likely won't be able to use local sendmail since your ISP probably blocks any mail routers on the WAN except their own.
              Last edited by ocabj; 11-08-2011, 8:24 AM.

              Distinguished Rifleman #1924
              NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
              NRL22 Match Director at WEGC

              https://www.ocabj.net

              Comment

              • #8
                JDay
                I need a LIFE!!
                • Nov 2008
                • 19393

                Originally posted by Nose Nuggets
                i use a free dns provider as well so i can RDP into my home computer. works well.
                A free LogMeIn account works just as well and does not require that you know your IP or have a domain.

                Oppressors can tyrannize only when they achieve a standing army, an enslaved press, and a disarmed populace. -- James Madison

                The Constitution shall never be construed to authorize Congress to prevent the people of the United States, who are peaceable citizens, from keeping their own arms. -- Samuel Adams, Debates and Proceedings in the Convention of the Commonwealth of Massachusetts, 86-87 (Pearce and Hale, eds., Boston, 1850)

                Comment

                • #9
                  high_revs
                  CGN/CGSSA Contributor
                  CGN Contributor
                  • Feb 2006
                  • 7346

                  thanks. will give these a try. (and for the sample ocabj)

                  Comment

                  • #10
                    Nose Nuggets
                    Calguns Addict
                    • Apr 2008
                    • 6801

                    Originally posted by JDay
                    A free LogMeIn account works just as well and does not require that you know your IP or have a domain.

                    https://secure.logmein.com/products/free/
                    i like the options available in RDP, and its easy and integrated. i also dont need an application running in the background all the time to do the hook. the dns service i use is free, and it runs as a service.

                    i use join.me (a log me in product) to do remote sessions with clients through a web browse, awesome little tool. saves me tons of time.


                    "It is to secure our rights that we resort to government at all." -Thomas Jefferson

                    Comment

                    • #11
                      problemchild
                      Banned
                      • Oct 2005
                      • 6959

                      Hamachi

                      Its a free app from logmein. It builds a secure vpn to a dynamic IP.

                      Comment

                      Working...
                      UA-8071174-1