renaming one network allocation addr from internal space

This commit is contained in:
Tassilo - 2024-04-01 17:51:01 +02:00
parent f2ac3a3ae2
commit e30899626a
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,7 @@
serv-gw = "172.20.73.1";
dns = "172.20.73.2";
stats = "172.20.73.3";
dresden-zone = "172.20.73.4";
tlms-elastic = "172.20.73.7"; # tlms
dnscache = "172.20.73.8";
tlms-ctfd = "172.20.73.9"; # tlms
@ -50,7 +51,7 @@
broker = "172.20.73.70";
ftp = "172.20.73.71";
auth = "172.20.73.72";
dresden-zone-dns = "172.20.73.73";
doubleblind-science = "172.20.73.73";
prometheus = "172.20.73.75";
drone = "172.20.73.77";
# FILL IN THE HOLES BEFORE APPENDING!
@ -129,6 +130,7 @@
broker = "2a00:8180:2c00:282::46";
ftp = "2a00:8180:2c00:282::47";
auth = "2a00:8180:2c00:282::48";
dresden-zone = "2a00:8180:2c00:282::49";
prometheus = "2a00:8180:2c00:282::4b";
oxigraph = "2a00:8180:2c00:282::4c";
hedgedoc = "2a00:8180:2c00:282::6";

View File

@ -270,6 +270,13 @@ in
reflect = true;
sourcePort = 2086;
}
# dresden zone
{
destination = servHosts.dresden-zone
proto = "udp";
reflect = true;
sourcePort = 51844;
}
# data-hoarder
{
destination = servHosts.data-hoarder;