1
0
Fork 0

pre-router: renumber IPv4 too

This commit is contained in:
clerie 2022-07-17 13:41:37 +02:00
parent 06e5cfd526
commit 7ed6752ba1
2 changed files with 7 additions and 7 deletions

View File

@ -32,11 +32,11 @@
}
{
name = "domain-name";
data = "bula.entr0py.cloud";
data = "bula22.de";
}
];
}
];
};
};
}
}

View File

@ -21,11 +21,11 @@
ens18.useDHCP = true;
# Handle the VLANs
ens19 = {
ipv4.addresses = [{
address = "10.42.10.1";
prefixLength = 24;
}];
ipv4.addresses = [
{ address = "10.42.10.1"; prefixLength = 24; }
{ address = "10.42.10.25"; prefixLength = 24; }
];
};
};
};
}
}