1
0
Fork 0

add dhcp-reservation for printer in technik-container

This commit is contained in:
Ember 'n0emis' Keske 2022-07-23 22:19:06 +02:00
parent 2b30463093
commit 65b5314961
No known key found for this signature in database
GPG Key ID: 00FAF748B777CF10
2 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,12 @@
data = "10.42.202.1"; data = "10.42.202.1";
} }
]; ];
reservations = [
{ # drucker container
hw-address = "20:cd:a7:f2:1b:ad";
ip-address = "10.32.202.11";
}
];
} }
]; ];
}; };

View File

@ -6,5 +6,6 @@
./garionion ./garionion
./jannik ./jannik
./n0emis ./n0emis
./fw
]; ];
} }