| repak shawahb | |||||
| armed and hammered | |||||
blogroll |
Thu, 26 May 2005 I'm now in the process of moving. Tonight, I moved most of my non-furniture stuff into the garage in preparation for tomorrow, when it will actually be moved from here to there. Observation: milk crates are still the king of moving supplies. [ permalink | 5 comments ] Now that I'm not going to have a static IP at home, I'm probably going to use dynamic DNS so that positron.jfet.org still points to my home address. It turns out that this is pretty easy with bind9. The first thing to do is generate yourself a new dnssec key: [kwantam@positron ~]$ dnssec-keygen -a HMAC-MD5 -b 512 -n HOST positron This generates two files, one called
Now, in the zone entry for the domain you want to dynamically update, add an appropriate
Now you're all set. You can use [kwantam@positron ~]$ nsupdate -k /etc/bind/tsig/foo.private > update delete positron.jfet.org A > update add positron.jfet.org 1200 IN A 18.243.0.246 > ^D For more info, see the [ permalink | 0 comments (add one you lazy bastard!) ] Everything seems to be working fine. ...except that I forgot to alias rsw to myself, and have been bouncing lots of email for the last 12 hours or so. Oh well. That's fixed, and cypherpunks seems to be working. What more could I ask for? [ permalink | 2 comments ] |
||||