LINUX: ddns
Leave a commentSeptember 25, 2015 by aubreykloppers
Get your FREE hosting here:
https://www.noip.com/
Find your external IP with:
wget -qO- http://ipecho.net/plain ; echo
Your /etc/ddclient.conf should look like this:
daemon=600
protocol=dyndns2
use=web, web=checkip.dyndns.com/, web-skip='IP Address'
server=dynupdate.no-ip.com
login={username}
password='{password}'
{host}.ddns.net
To install on OMV:
apt-get install ddclient
Check your A-Record status here:
https://www.whatsmydns.net
That’s it!
READ MORE: https://help.dyn.com/ddclient/
Advertisements