<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Just to mention a small alternative to dyndns that can work for some cases (e.g. me). If you have a web host somewhere with a known IP, then you can run something like this from cron, meaning that REMOTE_HOST/lastlog "always" contains the "current" IP address of your dynamic system. I use this to make sure I can always log in to my home machine (aka the Ardour build system for Linux & Windows & some macOS builds) as long as I can get into <a href="http://ardour.org">ardour.org</a> and cat lastlog.<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">#!/bin/sh<br><br>ip=`curl --silent <a href="http://ipinfo.io/ip`">ipinfo.io/ip`</a><br>ssh -i $SUITABLE_SSH_KEY REMOTE_HOST "echo $ip > lastlog"<br><br>exit 0<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 19, 2021 at 8:25 AM David Kastrup <<a href="mailto:dak@gnu.org">dak@gnu.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Brandon Hale <<a href="mailto:bthaleproductions@gmail.com" target="_blank">bthaleproductions@gmail.com</a>> writes:<br>
<br>
> I don't know, you will have to try it. The machine I run it on has a<br>
> static ip.<br>
<br>
Most Internet modems have separate tabs for entering the details of a<br>
DynDNS account, and there are several DynDNS providers offering at least<br>
a small set of names without cost.<br>
<br>
-- <br>
David Kastrup<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="https://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div>