leoncloud: move from serv to pub

This commit is contained in:
Astro 2022-09-18 22:33:20 +02:00
parent 75ebd1d3ea
commit 4ac8db230d
2 changed files with 15 additions and 6 deletions

View File

@ -1,19 +1,28 @@
{ {
site.net.pub = { site.net.pub = {
dhcp = { dhcp = {
end = "172.20.79.254"; start = "172.20.78.2";
end = "172.20.79.253";
max-time = 3600; max-time = 3600;
router = "pub-gw.pub"; router = "pub-gw.pub";
server = "pub-gw"; server = "pub-gw";
start = "172.20.78.2";
time = 300; time = 300;
}; };
domainName = "pub.zentralwerk.org"; domainName = "pub.zentralwerk.org";
dynamicDomain = true; dynamicDomain = true;
hosts4 = { pub-gw = "172.20.78.1"; }; hosts4 = {
pub-gw = "172.20.78.1";
leoncloud = "172.20.78.254";
};
hosts6 = { hosts6 = {
dn42.pub-gw = "fd23:42:c3d2:583::1"; dn42 = {
flpk.pub-gw = "2a0f:5382:acab:1403::1"; pub-gw = "fd23:42:c3d2:583::1";
leoncloud = "fd23:42:c3d2:583::le01";
};
flpk = {
pub-gw = "2a0f:5382:acab:1403::1";
leoncloud = "2a0f:5382:acab:1403::le01";
};
}; };
subnet4 = "172.20.78.0/23"; subnet4 = "172.20.78.0/23";
subnets6 = { subnets6 = {

View File

@ -53,7 +53,7 @@
# unused = "172.20.73.47"; # unused = "172.20.73.47";
minetest = "172.20.73.48"; minetest = "172.20.73.48";
hydra = "172.20.73.49"; hydra = "172.20.73.49";
leoncloud = "172.20.73.50"; # unused = "172.20.73.50";
nfsroot = "172.20.73.51"; nfsroot = "172.20.73.51";
ticker = "172.20.73.52"; ticker = "172.20.73.52";
gitea = "172.20.73.53"; gitea = "172.20.73.53";