Note: The script used here is written in Python. I did not write this script. However, in the time honored tradition of the Internet I am going to reiterate it here, as it was a little hard to find a solution via Google. The original script came from a
Slicehost forum poster. I just want to make clear that I am not the author, just a fan of his work.
In all of my new server craze, I’ve come to have a need to be able to connect to it from where ever I am. Initially I thought that the best solution for this was to just use the DynDNS.com free service. It does exactly what I need with three exceptions.
- I have to use one of their canned domain names.
- After 1 month of inactivity, they will cancel your account.
- My current AirPort Extreme router does not support dyndns.com updating like my old LinkSys one did.
Now, most of these are either easily overcome or downright nit-picky. #2 and #3 could be easily overcome with a script that updates the IP address periodically. However if I’m going to need a script for this, I might as well go to the next step and use a solution that let’s me take care of #1 as well. Enter SliceHost.
Read on →