add dhcp-reservation for printer in technik-container
This commit is contained in:
parent
2b30463093
commit
65b5314961
@ -43,6 +43,12 @@
|
||||
data = "10.42.202.1";
|
||||
}
|
||||
];
|
||||
reservations = [
|
||||
{ # drucker container
|
||||
hw-address = "20:cd:a7:f2:1b:ad";
|
||||
ip-address = "10.32.202.11";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -6,5 +6,6 @@
|
||||
./garionion
|
||||
./jannik
|
||||
./n0emis
|
||||
./fw
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user