fix(vault01): Fix connection to Catvayor's router
All checks were successful
build configuration / build_web02 (push) Successful in 1m1s
build configuration / build_storage01 (push) Successful in 1m4s
build configuration / build_vault01 (push) Successful in 1m6s
build configuration / build_compute01 (push) Successful in 1m9s
build configuration / build_web01 (push) Successful in 1m26s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 47s

This commit is contained in:
sinavir 2024-03-27 10:26:53 +01:00
parent 3cce216ada
commit 51db3d1dbb

View file

@ -90,17 +90,15 @@
vault01 = { vault01 = {
interfaces = { interfaces = {
enp130s0f0 = { enp130s0f0 = {
#ipv4 = [ ipv4 = [
# { {
# address = "129.199.210.85"; address = "192.168.42.7";
# prefixLength = 24; prefixLength = 24;
# } }
#]; ];
#gateways = [ "129.199.210.254" ]; gateways = [ "192.168.42.1" ];
gateways = [ ]; enableDefaultDNS = true;
DHCP = "ipv4";
}; };
}; };