change zentralwerk gateway

This commit is contained in:
Grigory Shipunov 2022-08-29 22:51:18 +02:00
parent 5c6062394c
commit daae81bda5
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -163,14 +163,14 @@
routes = [ routes = [
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.72.4"; Gateway = "172.20.72.1";
Destination = "172.20.72.0/21"; Destination = "172.20.72.0/21";
Metric = 666; Metric = 666;
}; };
} }
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.72.4"; Gateway = "172.20.72.1";
Destination = "172.20.90.0/24"; Destination = "172.20.90.0/24";
Metric = 666; Metric = 666;
}; };