forked from DGNum/infrastructure
fix(vault01): Fix connection to Catvayor's router
This commit is contained in:
parent
3cce216ada
commit
51db3d1dbb
1 changed files with 8 additions and 10 deletions
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue