Corrected MAC for lambda, and changed extif0 -> intif0

This commit is contained in:
Root
2021-04-09 14:48:28 -07:00
parent 348338bc40
commit d9b0132e45
3 changed files with 22 additions and 27 deletions
+4 -4
View File
@@ -48,16 +48,16 @@
networking = {
macvlans = {
extif0 = {
intif0 = {
interface = "enp3s0f1";
mode = "bridge";
};
};
interfaces = {
extif0 = {
# output of: echo lambda-extif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:27:fe:1c:3c:6e";
intif0 = {
# output of: echo lambda-intif0|md5sum|sed 's/^\(..\)\(..\)\(..\)\(..\)\(..\).*$/02:\1:\2:\3:\4:\5/'
macAddress = "02:f5:fe:8c:22:fe";
};
};
};