feat: move back krz01
This commit is contained in:
parent
fca2486e01
commit
6303da3811
26 changed files with 1219 additions and 0 deletions
|
@ -185,6 +185,29 @@
|
|||
netbirdIp = "100.80.58.178";
|
||||
};
|
||||
|
||||
krz01 = {
|
||||
interfaces = {
|
||||
vmbr0 = {
|
||||
ipv4 = [
|
||||
{
|
||||
address = "129.199.146.21";
|
||||
prefixLength = 24;
|
||||
}
|
||||
{
|
||||
address = "192.168.1.145";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
|
||||
gateways = [ "129.199.146.254" ];
|
||||
enableDefaultDNS = true;
|
||||
};
|
||||
};
|
||||
|
||||
hostId = "bd11e8fc";
|
||||
netbirdIp = "100.80.103.206";
|
||||
};
|
||||
|
||||
rescue01 = {
|
||||
interfaces = {
|
||||
ens18 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue