| repak shawahb | |||||
| a.k.a. gorgeous gergis | |||||
blogroll |
Thu, 26 May 2005 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!) ] writebacks (add one you lazy bastard!)post a comment: |
||||