| 1234567891011121314151617181920 |
- server6:
- # Optionally add a listen statement as follows
- # listen:
- # - "[ff02::1:2]" # Listens on a link-local multicast address on all interfaces
- # - "[fe80::1%eth0]:547" # Listens on a specific interface
- # - "[::]" # Listens on the wildcard address. *No multicast group will be joined*
- # Otherwise the default is ff02::1:2 on all interfaces and ff05::1:3 on the default multicast interface
- plugins:
- - server_id: LL 00:de:ad:be:ef:00
- - file: "leases.txt"
- # - dns: 2001:4860:4860::8888 2001:4860:4860::8844
- server4:
- plugins:
- # - lease_time: 60s
- # - server_id: 10.10.10.1
- # - dns: 8.8.8.8 8.8.4.4
- # - router: 10.10.10.1
- # - netmask: 255.255.255.0
- # - range: leases.txt 10.10.10.100 10.10.10.200 60s
|