Disable mail in serv network, disable port forwards for mail

This commit is contained in:
Sandro - 2024-04-13 15:13:41 +02:00
parent f89eb6146d
commit 0cfb02df6c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 4 additions and 39 deletions

View File

@ -38,7 +38,7 @@
jabber = "172.20.73.55";
mobilizon = "172.20.73.56";
radiobert = "172.20.73.57";
mail = "172.20.73.58";
# mail = "172.20.73.58";
sdrweb = "172.20.73.60";
knot = "172.20.73.61";
blogs = "172.20.73.62";
@ -68,7 +68,7 @@
grafana = "fd23:42:c3d2:582:4042:fbff:fe4b:2de8";
hydra = "fd23:42:c3d2:582:e2cb:4eff:fe3b:f94b";
jabber = "fd23:42:c3d2:582:b869:ccff:fe46:902a";
mail = "fd23:42:c3d2:582:88c0:41ff:fe70:d6cd";
# mail = "fd23:42:c3d2:582:88c0:41ff:fe70:d6cd";
matemat = "fd23:42:c3d2:582:f82b:1bff:fedc:8572";
mobilizon = "fd23:42:c3d2:582:48d1:5cff:fea7:1676";
mongo = "fd23:42:c3d2:582:14ec:c8ff:fe0a:fc5c";
@ -101,7 +101,7 @@
grafana = "2a00:8180:2c00:282:4042:fbff:fe4b:2de8";
hydra = "2a00:8180:2c00:282:e2cb:4eff:fe3b:f94b";
jabber = "2a00:8180:2c00:282:b869:ccff:fe46:902a";
mail = "2a00:8180:2c00:282:88c0:41ff:fe70:d6cd";
# mail = "2a00:8180:2c00:282:88c0:41ff:fe70:d6cd";
matemat = "2a00:8180:2c00:282:f82b:1bff:fedc:8572";
mobilizon = "2a00:8180:2c00:282:48d1:5cff:fea7:1676";
mucbot = "2a00:8180:2c00:282:28db:dff:fe6b:e89a";

View File

@ -2,7 +2,7 @@
let
servHosts = config.site.net.serv.hosts4;
inherit (config.site.net.c3d2.hosts4) dn42;
inherit (config.site.net.flpk.hosts4) c3d2-web mail;
inherit (config.site.net.flpk.hosts4) c3d2-web;
in
{
site.hosts = {
@ -151,41 +151,6 @@ in
proto = "udp";
sourcePort = 3479;
}
{
destination = mail;
proto = "tcp";
sourcePort = 25;
}
{
destination = mail;
proto = "tcp";
sourcePort = 110;
}
{
destination = mail;
proto = "tcp";
sourcePort = 143;
}
{
destination = mail;
proto = "tcp";
sourcePort = 465;
}
{
destination = mail;
proto = "tcp";
sourcePort = 587;
}
{
destination = mail;
proto = "tcp";
sourcePort = 993;
}
{
destination = mail;
proto = "tcp";
sourcePort = 995;
}
# poelzi
{
destination = "172.20.73.162:22";