ansible.fftdf.supernode/files/dhcpd.conf.j2

19 lines
422 B
Plaintext
Raw Normal View History

2015-12-22 19:30:16 +00:00
# Version 1.2
2015-11-28 14:25:29 +00:00
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 }};
2015-11-28 14:25:29 +00:00
option routers {{ sn_dhcp_router }};
interface bat0;
2015-12-22 19:30:16 +00:00
}
host database {
hardware ethernet 5e:51:68:d6:6a:69;
fixed-address 10.188.1.27;
2015-11-28 14:25:29 +00:00
}