Revision history for DynamicDNSSetup


Revision [6238]

Last edited on 2020-08-27 02:41:09 by ZorrUno

No Differences

Revision [6237]

Edited on 2020-08-27 02:41:09 by ZorrUno
Additions:
I had to do some more setup to delegate a domain to dibbley (I normally do all my DNS on FreeParking), but I presume you will be creating a dynamic sub-domain of a domain which dibbley is already authoritative for. I have mydom.org managed on freeparking, so I delegated sub.mydom.org to dibbley, and I do dyn-dns updates of lem.sub.mydom.org (which is my home server). I also happen to have a CNAME for lem.mydom.org pointing to lem.sub.mydom.org, just to make things pretty.
So, assuming box.co.nz is managed by dibbley, these docs let you setup a sub-domain like home.box.co.nz to resolve to your home IP. My examples will show the setup for lem.sub.mydom.org
$ sudo dnssec-keygen -a hmac-sha512 -b 512 -n HOST lem.sub.mydom.org
Klem.sub.mydom.org.+165+55161
Klem.sub.mydom.org.+165+55161.key
Klem.sub.mydom.org.+165+55161.private
$ sudo cat /etc/bind/keys/Klem.sub.mydom.org.+165+55161.private
$ sudo cat /etc/bind/keys/Klem.sub.mydom.org.+165+55161.key
%% lem.sub.mydom.org. IN KEY 512 3 165 1ThRt61khEE86Wejik8ayssW...SNIP...nm1Oa73qm9i6g4JK89Wxyz zyForNiCate663hwtaiusjhOUWeefF==%%
file "/var/lib/bind/lem.sub.mydom.org.zone";
You'll need to create a data dir like "~/.local/share/mydom_dyndns_dibbley.sh.data/" and put your ".key" and ".private" files there (might not require both of them - dunno). The cache and log files will be auto-created eg.
user@lem:~$ ls ~/.local/share/mydom_dyndns_dibbley.sh.data/
Klem.sub.mydom.org.+165+55161.key
Klem.sub.mydom.org.+165+55161.private
lem.sub.mydom.org.IP_cache.txt
lem.sub.mydom.org.log
Deletions:
I had to do some more setup to delegate a domain to dibbley (I normally do all my DNS on FreeParking), but I presume you will be creating a dynamic sub-domain of a domain which dibbley is already authoritative for. I have mowson.org managed on freeparking, so I delegated sub.mowson.org to dibbley, and I do dyn-dns updates of lem.sub.mowson.org (which is my home server). I also happen to have a CNAME for lem.mowson.org pointing to lem.sub.mowson.org, just to make things pretty.
So, assuming fox.co.nz is managed by dibbley, these docs let you setup a sub-domain like home.fox.co.nz to resolve to your home IP. My examples will show the setup for lem.sub.mowson.org
$ sudo dnssec-keygen -a hmac-sha512 -b 512 -n HOST lem.sub.mowson.org
Klem.sub.mowson.org.+165+55161
Klem.sub.mowson.org.+165+55161.key
Klem.sub.mowson.org.+165+55161.private
$ sudo cat /etc/bind/keys/Klem.sub.mowson.org.+165+55161.private
$ sudo cat /etc/bind/keys/Klem.sub.mowson.org.+165+55161.key
lem.sub.mowson.org. IN KEY 512 3 165 1ThRt61khEE86Wejik8ayssW...SNIP...nm1Oa73qm9i6g4JK89Wxyz zyForNiCate663hwtaiusjhOUWeefF==
file "/var/lib/bind/lem.sub.mowson.org.zone";
You'll need to create a data dir like "~/.local/share/kmw_dyndns_dibbley.sh.data/" and put your ".key" and ".private" files there (might not require both of them - dunno). The cache and log files will be auto-created eg.
user@lem:~$ ls ~/.local/share/kmw_dyndns_dibbley.sh.data/
Klem.sub.mowson.org.+165+55161.key
Klem.sub.mowson.org.+165+55161.private
lem.sub.mowson.org.IP_cache.txt
lem.sub.mowson.org.log


Revision [6236]

Edited on 2020-08-27 02:37:19 by ZorrUno

No Differences

Revision [6235]

Edited on 2020-08-27 02:37:19 by ZorrUno
Additions:
%%Private-key-format: v1.3
Activate: 20170613073736%%
Deletions:
Private-key-format: v1.3
Activate: 20170613073736


Revision [6234]

Edited on 2020-08-24 23:57:41 by ZorrUno

No Differences

Revision [6233]

The oldest known version of this page was created on 2020-08-24 23:57:40 by ZorrUno
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki