# Use 'systemctl enable isc-dhcp-relay' to enable this service. # Listen on which Interface[s] for DHCP requests? # A whitespace separated list of interface names - don't forget to quote! INTERFACES="eth0" # To which server[s] forward the DHCP requests to? # A whitespace separated list of IPs or hostnames - don't forget to quote! SERVERS="192.168.1.2" # Additional options that are passed to the DHCP relay daemon? #OPTIONS="-m forward -f 10.0.0.1"