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 = {
|
||||
interfaces = {
|
||||
enp130s0f0 = {
|
||||
#ipv4 = [
|
||||
# {
|
||||
# address = "129.199.210.85";
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
#];
|
||||
ipv4 = [
|
||||
{
|
||||
address = "192.168.42.7";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
||||
#gateways = [ "129.199.210.254" ];
|
||||
gateways = [ ];
|
||||
|
||||
DHCP = "ipv4";
|
||||
gateways = [ "192.168.42.1" ];
|
||||
enableDefaultDNS = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue