Is there an open source dynamic dns service you can run on a debian or ubuntu 
system?

---------- Original Message ----------------------------------
From: Josh Luthman <[email protected]>
Reply-To: Mikrotik discussions <[email protected]>
Date:  Wed, 21 May 2014 17:51:02 -0400

>Great, thanks!
>
>
>Josh Luthman
>Office: 937-552-2340
>Direct: 937-552-2343
>1100 Wayne St
>Suite 1337
>Troy, OH 45373
>
>
>On Wed, May 21, 2014 at 5:47 PM, Judd Howie <[email protected]> wrote:
>
>> yes
>> (I use the dnsdojo.com domain of theirs)
>>
>> J
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On 22 May 2014 07:41, Josh Luthman <[email protected]> wrote:
>>
>> > Using dyndns.com I assume?
>> >
>> >
>> > Josh Luthman
>> > Office: 937-552-2340
>> > Direct: 937-552-2343
>> > 1100 Wayne St
>> > Suite 1337
>> > Troy, OH 45373
>> >
>> >
>> > On Wed, May 21, 2014 at 5:36 PM, Judd Howie <[email protected]> wrote:
>> >
>> > > This one works with 6.* for me so far.
>> > >
>> > > :global ddnsuser "xxxx"
>> > > :global ddnspass "xxxx"
>> > > :global theinterface "xxxx"
>> > > :global ddnshost xxxxxxxxx
>> > > :global ipddns [:resolve $ddnshost];
>> > > :global ipfresh [ /ip address get [/ip address find
>> > interface=$theinterface
>> > > ] address ]
>> > > :if ([ :typeof $ipfresh ] = nil ) do={
>> > >    :log info ("DynDNS: No ip address on $theinterface .")
>> > > } else={
>> > >    :for i from=( [:len $ipfresh] - 1) to=0 do={
>> > >       :if ( [:pick $ipfresh $i] = "/") do={
>> > >     :set ipfresh [:pick $ipfresh 0 $i];
>> > >       }
>> > > }
>> > >
>> > > :if ($ipddns != $ipfresh) do={
>> > >     :log info ("DynDNS: IP-DynDNS = $ipddns")
>> > >     :log info ("DynDNS: IP-Fresh = $ipfresh")
>> > >    :log info "DynDNS: Update IP needed, Sending UPDATE...!"
>> > >    :global str
>> > >
>> > >
>> >
>> "/nic/update\?hostname=$ddnshost&myip=$ipfresh&wildcard=NOCHG&mx=NOCHG&backmx=NOCHG"
>> > >    /tool fetch address=members.dyndns.org src-path=$str mode=http
>> > > user=$ddnsuser \
>> > >          password=$ddnspass dst-path=("/DynDNS.".$ddnshost)
>> > >     :delay 1
>> > >     :global str [/file find name="DynDNS.$ddnshost"];
>> > >     /file remove $str
>> > >     :global ipddns $ipfresh
>> > >   :log info "DynDNS: IP updated to $ipfresh!"
>> > >     } else={
>> > >      :log info "DynDNS: dont need changes";
>> > >     }
>> > > }
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > On 22 May 2014 07:09, Josh Luthman <[email protected]>
>> wrote:
>> > >
>> > > > I did.  Each of them had their issues (be it the script and/or
>> service
>> > > > provider).
>> > > >
>> > > >
>> > > > Josh Luthman
>> > > > Office: 937-552-2340
>> > > > Direct: 937-552-2343
>> > > > 1100 Wayne St
>> > > > Suite 1337
>> > > > Troy, OH 45373
>> > > >
>> > > >
>> > > > On Wed, May 21, 2014 at 5:06 PM, Mike Hammett <
>> > [email protected]
>> > > > >wrote:
>> > > >
>> > > > > Did you look at the wiki for the scripts people have for various
>> > > > services?
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > -----
>> > > > > Mike Hammett
>> > > > > Intelligent Computing Solutions
>> > > > > http://www.ics-il.com
>> > > > >
>> > > > > ----- Original Message -----
>> > > > >
>> > > > > From: "Josh Luthman" <[email protected]>
>> > > > > To: "Mikrotik discussions" <[email protected]>
>> > > > > Sent: Wednesday, May 21, 2014 3:57:53 PM
>> > > > > Subject: [Mikrotik] Working dyn dns script and service
>> > > > >
>> > > > > Does anyone have a service that works well for Mikrotik? Every
>> > service
>> > > > > that I've used manages to have one problem or another.
>> > > > >
>> > > > > Josh Luthman
>> > > > > Office: 937-552-2340
>> > > > > Direct: 937-552-2343
>> > > > > 1100 Wayne St
>> > > > > Suite 1337
>> > > > > Troy, OH 45373
>> > > > > -------------- next part --------------
>> > > > > An HTML attachment was scrubbed...
>> > > > > URL: <
>> > > > >
>> > > >
>> > >
>> >
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140521/00f9595f/attachment.html
>> > > > > >
>> > > > > _______________________________________________
>> > > > > Mikrotik mailing list
>> > > > > [email protected]
>> > > > > http://mail.butchevans.com/mailman/listinfo/mikrotik
>> > > > >
>> > > > > Visit http://blog.butchevans.com/ for tutorials related to
>> Mikrotik
>> > > > > RouterOS
>> > > > >
>> > > > > -------------- next part --------------
>> > > > > An HTML attachment was scrubbed...
>> > > > > URL: <
>> > > > >
>> > > >
>> > >
>> >
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140521/5d25916b/attachment.html
>> > > > > >
>> > > > > _______________________________________________
>> > > > > Mikrotik mailing list
>> > > > > [email protected]
>> > > > > http://mail.butchevans.com/mailman/listinfo/mikrotik
>> > > > >
>> > > > > Visit http://blog.butchevans.com/ for tutorials related to
>> Mikrotik
>> > > > > RouterOS
>> > > > >
>> > > > -------------- next part --------------
>> > > > An HTML attachment was scrubbed...
>> > > > URL: <
>> > > >
>> > >
>> >
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140521/336d9722/attachment.html
>> > > > >
>> > > > _______________________________________________
>> > > > Mikrotik mailing list
>> > > > [email protected]
>> > > > http://mail.butchevans.com/mailman/listinfo/mikrotik
>> > > >
>> > > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>> > > > RouterOS
>> > > >
>> > > -------------- next part --------------
>> > > An HTML attachment was scrubbed...
>> > > URL: <
>> > >
>> >
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140522/360b20a0/attachment.html
>> > > >
>> > > _______________________________________________
>> > > Mikrotik mailing list
>> > > [email protected]
>> > > http://mail.butchevans.com/mailman/listinfo/mikrotik
>> > >
>> > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>> > > RouterOS
>> > >
>> > -------------- next part --------------
>> > An HTML attachment was scrubbed...
>> > URL: <
>> >
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140521/95e6f99f/attachment.html
>> > >
>> > _______________________________________________
>> > Mikrotik mailing list
>> > [email protected]
>> > http://mail.butchevans.com/mailman/listinfo/mikrotik
>> >
>> > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>> > RouterOS
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140522/607c3122/attachment.html
>> >
>> _______________________________________________
>> Mikrotik mailing list
>> [email protected]
>> http://mail.butchevans.com/mailman/listinfo/mikrotik
>>
>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>> RouterOS
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
><http://mail.butchevans.com/pipermail/mikrotik/attachments/20140521/da7608dd/attachment.html>
>_______________________________________________
>Mikrotik mailing list
>[email protected]
>http://mail.butchevans.com/mailman/listinfo/mikrotik
>
>Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS
>
 




________________________________________________________________
Sent via the WebMail system at avolve.net


 
                   
_______________________________________________
Mikrotik mailing list
[email protected]
http://mail.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

Reply via email to