Re: [LAU] Jamulus private server [WAS]: Re: online calls with decent auido for music lessons

From: Paul Davis <paul@email-addr-hidden>
Date: Fri Mar 19 2021 - 16:31:16 EET

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 ardour.org and cat lastlog.

#!/bin/sh

ip=`curl --silent ipinfo.io/ip`
ssh -i $SUITABLE_SSH_KEY REMOTE_HOST "echo $ip > lastlog"

exit 0

On Fri, Mar 19, 2021 at 8:25 AM David Kastrup <dak@email-addr-hidden> wrote:

> Brandon Hale <bthaleproductions@email-addr-hidden> writes:
>
> > I don't know, you will have to try it. The machine I run it on has a
> > static ip.
>
> Most Internet modems have separate tabs for entering the details of a
> DynDNS account, and there are several DynDNS providers offering at least
> a small set of names without cost.
>
> --
> David Kastrup
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> https://lists.linuxaudio.org/listinfo/linux-audio-user
>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Mar 20 04:15:02 2021

This archive was generated by hypermail 2.1.8 : Sat Mar 20 2021 - 04:15:02 EET