| « Macworld 2008 Show Notes | Drupal installation on milton.com » |
Since I control a server with a real public IP address, as well as having various computers that are assigned dynamic IP addresses, I wondered if I could setup my own dynamic DNS system similar to dyndns.org. I found an open source project called GNUdip that fit the bill.
The docs on GNUDIP were adequate for the installation, but I ran into a few things I had to do differently. The basic steps are as follows:
$ORIGIN milton.com.
ns1.ddns IN A 207.115.64.96
ddns IN NS ns1.ddns
So far I have left the public registration methods turned off, so only pre-configured users can update their DNS in my system. If you want me to add you to the system, drop me an email and I can set you up an account such that yourname.ddns.milton.com will always point at your dynamic DNS computer.
PS. If you're wondering why I didn't just use DYNDNS or some other publicly available FREE dns service, you aren't alone. I thought about it, but I prefer to control my own services, not rely on some other company to track my IP address registrations.