From b84bd0c69f91ef240117039b9cee69c9e566608a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 17:24:09 +0200 Subject: [PATCH] fix routing --- hosts/cirrus/wireguard-server.nix | 1 + hosts/dishwasher/oxalab.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 1352f15..2d939c0 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -39,6 +39,7 @@ matchConfig.Name = "oxalab"; networkConfig = { Address = "10.66.66.1/24"; + IPForward = "ipv4"; }; }; }; diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix index cae7943..ffe34fa 100644 --- a/hosts/dishwasher/oxalab.nix +++ b/hosts/dishwasher/oxalab.nix @@ -26,7 +26,7 @@ networks."oxalab" = { matchConfig.Name = "oxalab"; networkConfig = { - Address = "10.66.66.100/32"; + Address = "10.66.66.100/24"; }; }; };