summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2023-04-16 18:00:26 +0200
committerGrigory Shipunov2023-04-16 18:00:26 +0200
commita7025f4ad6911b084a44cef92678559eb50a5be3 (patch)
tree8f7293923e257855d76eef2133ce75b75ed78294 /hosts
parent09297d49564a1157b017ab784c4b90c35502134d (diff)
change route priorities
Diffstat (limited to 'hosts')
-rw-r--r--hosts/toaster/network-vpns.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/toaster/network-vpns.nix b/hosts/toaster/network-vpns.nix
index b7b2849..a83a236 100644
--- a/hosts/toaster/network-vpns.nix
+++ b/hosts/toaster/network-vpns.nix
@@ -107,21 +107,21 @@
routeConfig = {
Gateway = "172.20.76.225";
Destination = "172.20.72.0/21";
- Metric = 9999;
+ Metric = 1023;
};
}
{
routeConfig = {
Gateway = "172.20.76.225";
Destination = "172.20.90.0/24";
- Metric = 9999;
+ Metric = 1023;
};
}
{
routeConfig = {
Gateway = "172.20.76.225";
Destination = "172.22.99.0/24";
- Metric = 9999;
+ Metric = 1023;
};
}