change zentralwerk gateway
This commit is contained in:
parent
5c6062394c
commit
daae81bda5
1 changed files with 2 additions and 2 deletions
|
@ -163,14 +163,14 @@
|
|||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.72.4";
|
||||
Gateway = "172.20.72.1";
|
||||
Destination = "172.20.72.0/21";
|
||||
Metric = 666;
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.72.4";
|
||||
Gateway = "172.20.72.1";
|
||||
Destination = "172.20.90.0/24";
|
||||
Metric = 666;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue