User Tools

Site Tools


server:ivan:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
server:ivan:start [2019/01/16 21:21]
dwheele
server:ivan:start [2021/08/14 17:19] (current)
dwheele [Dynamic DNS]
Line 130: Line 130:
  
  
 +===== Dynamic DNS =====
  
 +This server is set up to allow a DNS name from the public internet, to hit this server, even though its IP address changes regularly by the ISP.
  
 +Previously I had DynDNS.com services, but I discontinued them because they doubled their rates. I've moved to ''afraid.org''
 +
 +  * Instructions/cron example: http://freedns.afraid.org/dynamic/index.php?action=script&method=example&data_id=18623878
 +
 +I installed a wget line in the root crontab (I removed part of the password string).
 +
 +<code text>
 +4,9,14,19,24,29,34,39,44,49,54,59 * * * * sleep 7 ; wget -O - http://freedns.afraid.org/dynamic/update.php?VHlPcEBLMzFVMVVBQUN2c2hV== >> /tmp/freedns_quizkid_isageek_net.log 2>&1 &
 +</code>
 +
 +[8/14/2021] Today I received an email from freedns.afraid.org telling me that I hadn't logged in for 5.5 months, so I logged in there. The cron described above is still active on server Ivan. However, both servers Ivan and Joshua are accessible on selected ports.
server/ivan/start.1547673670.txt.gz · Last modified: 2019/01/16 21:21 by dwheele