migration Bouyges, corrections

This commit is contained in:
nyanloutre 2019-05-01 23:06:17 +02:00
parent e53f70e680
commit ad8bcba5d0
2 changed files with 7 additions and 3 deletions

View file

@ -103,6 +103,10 @@ in
services.dhcpd4 = {
enable = true;
interfaces = [ "eno2" ];
machines = [
{ ethernetAddress = "50:c7:bf:b6:b8:ef"; hostName = "HS110"; ipAddress = "10.30.50.7"; }
{ ethernetAddress = "ac:1f:6b:4b:01:15"; hostName = "IPMI"; ipAddress = "10.30.1.1"; }
];
extraConfig = ''
option domain-name-servers 89.234.141.66, 80.67.169.12, 80.67.169.40;
option subnet-mask 255.255.0.0;