change networking of server interface

This commit is contained in:
2023-12-01 20:55:28 +01:00
parent 26beae17a9
commit 5ce972a635
3 changed files with 58 additions and 57 deletions

View File

@@ -17,9 +17,9 @@
matchConfig.PermanentMACAddress = "a8:b8:e0:00:43:c2";
linkConfig.Name = "lan";
};
"30-server" = {
"30-multimedia" = {
matchConfig.PermanentMACAddress = "a8:b8:e0:00:43:c3";
linkConfig.Name = "server";
linkConfig.Name = "multimedia";
};
};
};
@@ -30,10 +30,10 @@
nameservers = [ "9.9.9.9" "149.112.112.112" ];
# Define VLANS
vlans = {
multimedia = {
id = 3;
interface = "enp5s0";
};
# multimedia = {
# id = 3;
# interface = "enp5s0";
# };
smart = {
id = 4094;
interface = "enp5s0";
@@ -58,12 +58,12 @@
prefixLength = 24;
}];
};
server = {
ipv4.addresses = [{
address = "10.42.97.1";
prefixLength = 24;
}];
};
# server = {
# ipv4.addresses = [{
# address = "10.42.97.1";
# prefixLength = 24;
# }];
# };
multimedia = {
ipv4.addresses = [{
address = "10.42.99.1";