commit | f4fe8032a5b37ff1ff7dbe7427ba4c66f5eec1b2 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Feb 16 12:14:17 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Feb 16 12:14:17 2016 +0100 |
tree | 55cf2019bd4b2891b94110bd3f9733153fbd8d5c | |
parent | 15c39d4a8529d7f16ead018c3c6b8b4aa594b536 [diff] |
config dhcp hosts only when hosts are defined
ISC DHCP server with defined host and subnet (client must use the same key)
isc_dhcp: server: enabled: true omapi_port: 7911 omapi_key: iFdQ0kvpUo+3gzXGJTpjk7/dl9DI5SuDqMzasDUhBRGEg6VfNYUX+MAU14WoJJZDQbrvC4Pgsdfdsfdsfdsdf== authoritative: true interfaces: - name: eth0 - name: eth1 domain_name: domain.com name_servers: - ns1.domain.com host: node1: mac: 00:11:22:33:44:55:66 address: 192.168.0.1 hostname: domain.com subnet: testsubnet: range: 10.0.0.1 10.0.0.100 netmask: 255.255.255.0 network: 10.0.0.0 pxeserver: 10.1.1.1