Use another subnet for WireGuard tunnel as is conflicts with the openstack internal subnet

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent ebc5b0bb29
commit f835277ef0
5 changed files with 16 additions and 19 deletions

View file

@ -44,11 +44,11 @@
"wg0" = {
matchConfig.Name = "wg0";
address = [
"172.16.50.2/24"
"172.18.50.2/24"
];
DHCP = "no";
gateway = [
"172.16.50.1"
"172.18.50.1"
];
};
};