Run other scripts on DHCP lease
Description
This script is supposed to run from dhcp server as lease script. Currently it does:
run dhcp-to-dns
Requirements and installation
Just install the script:
$ScriptInstallUpdate lease-script;
... and add it as lease-script
to your dhcp server:
/ ip dhcp-server set lease-script=lease-script [ find ];
See also
Last updated
Was this helpful?