ansible.fftdf.supernode/files/dhcpd.conf.j2
2015-12-22 20:30:16 +01:00

19 lines
422 B
Django/Jinja

# Version 1.2
ddns-update-style none;
option domain-name "fftdf";
default-lease-time 300;
max-lease-time 3600;
log-facility local7;
subnet 10.188.0.0 netmask 255.255.0.0 {
authoritative;
range {{ sn_dhcp_range }};
option domain-name-servers {{ sn_mesh_IPv4 }}, {{ sn_dhcp_dns }};
option routers {{ sn_dhcp_router }};
interface bat0;
}
host database {
hardware ethernet 5e:51:68:d6:6a:69;
fixed-address 10.188.1.27;
}