add san vlan pour servir cephfs et san

cephiroth-v3
Lzebulon 2026-01-31 22:36:25 +01:00
parent 342cd2abc6
commit 4625592db4
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,16 @@
]; ];
}; };
}; };
san = {
ipv4 = {
addresses = [
{
address = "172.16.4.3";
prefixLength = 24;
}
];
};
};
}; };
defaultGateway = "172.16.3.99"; defaultGateway = "172.16.3.99";
nameservers = [ "172.16.10.128" ]; nameservers = [ "172.16.10.128" ];