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
- run collect-wireless-mac
- run dhcp-lease-comment
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
- Collect MAC addresses in wireless access list
- Comment DHCP leases with info from access list
- Create DNS records for DHCP leases