change networking of server interface
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user