Move mailtngbert to correct subnet

This commit is contained in:
Sandro - 2022-12-20 19:44:53 +01:00
parent ab8bcc5960
commit a7a5069016
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
let let
servHosts = config.site.net.serv.hosts4; servHosts = config.site.net.serv.hosts4;
inherit (config.site.net.c3d2.hosts4) dn42; inherit (config.site.net.c3d2.hosts4) dn42;
inherit (config.site.net.flpk.hosts4) c3d2-web leon; inherit (config.site.net.flpk.hosts4) c3d2-web leon mailtngbert;
in in
{ {
site.hosts = { site.hosts = {
@ -197,43 +197,43 @@ in
sourcePort = 3479; sourcePort = 3479;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 25; sourcePort = 25;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 465; sourcePort = 465;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 587; sourcePort = 587;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 110; sourcePort = 110;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 143; sourcePort = 143;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 993; sourcePort = 993;
} }
{ {
destination = servHosts.mailtngbert; destination = mailtngbert;
proto = "tcp"; proto = "tcp";
reflect = true; reflect = true;
sourcePort = 995; sourcePort = 995;