priv2: fix for dhcp config, upstream4: added forwared port

This commit is contained in:
Jan Böhme 2023-12-12 17:46:07 +01:00
parent 45c4938ad1
commit bc72cbe596
2 changed files with 11 additions and 2 deletions

View File

@ -58,10 +58,12 @@ lib.mkMerge (
subnet4 = "172.20.75.0/27";
dhcp = {
start = "172.20.75.2";
end = "172.20.75.31";
end = "172.20.75.30";
fixed-hosts = {
"172.20.75.2" = "ac:1f:6b:dc:93:8e";
"172.20.75.3" = "ac:1f:6b:dc:95:de";
"172.20.75.9" = "ac:1f:6b:dc:95:df";
"172.20.75.7" = "60:33:4b:0b:cd:fc";
"172.20.75.9" = "00:11:32:22:95:79";
};
};
};

View File

@ -238,6 +238,13 @@ in
reflect = true;
sourcePort = 2323;
}
# jan
{
destination = "172.20.75.3:51820";
proto = "udp";
reflect = true;
sourcePort = 30057;
}
# zw-ev RDP
{
destination = "172.20.75.222:3389";