bvm-nixosmgmt: allocate .5

This commit is contained in:
Luke Granger-Brown 2021-05-09 10:26:34 +00:00
parent 0c2c7fd8f5
commit 34117ecd00
3 changed files with 11 additions and 3 deletions

View file

@ -17,6 +17,12 @@
interfaces.enp1s0 = {
ipv4.addresses = [{ address = "10.100.0.200"; prefixLength = 23; }];
};
interfaces.enp6s0 = {
ipv4.addresses = [{ address = "92.118.28.5"; prefixLength = 24; }];
ipv6.addresses = [{ address = "2a09:a441::5"; prefixLength = 32; }];
};
defaultGateway = { address = "92.118.28.1"; interface = "enp6s0"; };
defaultGateway6 = { address = "2a09:a441::1"; interface = "enp6s0"; };
};
my.ip.tailscale = "100.65.226.19";

View file

@ -3,7 +3,7 @@
; SPDX-License-Identifier: Apache-2.0
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 6 600 450 3600 300
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 7 600 450 3600 300
$INCLUDE tmpl.ns
@ -12,7 +12,7 @@ $INCLUDE tmpl.ns
2 600 IN PTR bvm-korobi.public.as205479.net.
3 600 IN PTR bvm-prosody.public.as205479.net.
4 600 IN PTR bvm-ipfs.public.as205479.net.
5 600 IN PTR 92-118-28-5.ptr.as205479.net.
5 600 IN PTR bvm-nixosmgmt.public.as205479.net.
6 600 IN PTR 92-118-28-6.ptr.as205479.net.
7 600 IN PTR 92-118-28-7.ptr.as205479.net.
8 600 IN PTR 92-118-28-8.ptr.as205479.net.

View file

@ -3,7 +3,7 @@
; SPDX-License-Identifier: Apache-2.0
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 16 600 450 3600 300
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 17 600 450 3600 300
; NB: this are also glue records in Google Domains.
$INCLUDE tmpl.ns
@ -121,6 +121,8 @@ bvm-prosody.public 3600 IN A 92.118.28.3
bvm-prosody.public 3600 IN AAAA 2a09:a441::3
bvm-ipfs.public 3600 IN A 92.118.28.4
bvm-ipfs.public 3600 IN AAAA 2a09:a441::4
bvm-nixosmgmt.public 3600 IN A 92.118.28.5
bvm-nixosmgmt.public 3600 IN AAAA 2a09:a441::5
92-118-28-0.ptr 6000 IN A 92.118.28.0
92-118-28-1.ptr 6000 IN A 92.118.28.1