diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2014-04-06 03:11:04 +0200 |
commit | 2a0c0a3dbbdf7fa5040953c0b0d88ad6f62c011e (patch) | |
tree | 92c7cbf54272466b46f64e5dc8d1ddb429858836 /tools/TODO | |
parent | fe0be5960aac1f9bb600dbf853d862a9f4e60de8 (diff) |
Initial commit. Source; TG13-goodiebag.
Diffstat (limited to 'tools/TODO')
-rw-r--r-- | tools/TODO | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/TODO b/tools/TODO new file mode 100644 index 0000000..70898a3 --- /dev/null +++ b/tools/TODO @@ -0,0 +1,26 @@ +make-first-zones.pl does not add AAAA records for NS'es (pri/sec) +None of the tools add IPv4 reverse for pri/sec +nsupdate log for adding reverse after building base-requires: + + nsupdate -k Kdhcp_updater.+157+57267.key + server 176.110.126.2 + prereq nxdomain 2.126.110.176.in-addr.arpa. + update add 2.126.110.176.in-addr.arpa. 3600 in ptr abscess.tg12.gathering.org. + send + prereq nxdomain 2.125.110.176.in-addr.arpa. + update add 2.125.110.176.in-addr.arpa. 3600 in ptr acetat.tg12.gathering.org. + send + prereq nxdomain 3.125.110.176.in-addr.arpa. + update add 3.125.110.176.in-addr.arpa. 3600 in ptr abc.tg12.gathering.org. + send + +Another handy dump, not a TODO-item, just a reminder: + + prereq nxdomain 3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.2.1.0.a.6.7.0.8.9.7.0.1.0.a.2.ip6.arpa. + update add 3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.2.1.0.a.6.7.0.8.9.7.0.1.0.a.2.ip6.arpa. 3600 IN PTR abc.tg12.gathering.org. + send + + +Uhm, our $dhcp_server1 = "176.110.126.2"; <- wtf? + +Opps, forgot to asdd CiscoWLC magic to make-dhcpd.pl includes... |