Move mailtngbert to correct subnet
parent
ab8bcc5960
commit
a7a5069016
|
@ -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 leon;
|
||||
inherit (config.site.net.flpk.hosts4) c3d2-web leon mailtngbert;
|
||||
in
|
||||
{
|
||||
site.hosts = {
|
||||
|
@ -197,43 +197,43 @@ in
|
|||
sourcePort = 3479;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 25;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 465;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 587;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 110;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 143;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 993;
|
||||
}
|
||||
{
|
||||
destination = servHosts.mailtngbert;
|
||||
destination = mailtngbert;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 995;
|
||||
|
|
Loading…
Reference in New Issue