# Run other scripts on DHCP lease

[◀ Go back to main README](https://doc.i4e.com.bd/networking/master)

## Description

This script is supposed to run from dhcp server as lease script. Currently it does:

* run [dhcp-to-dns](https://doc.i4e.com.bd/networking/doc/dhcp-to-dns)
* run [collect-wireless-mac](https://doc.i4e.com.bd/networking/doc/collect-wireless-mac)
* run [dhcp-lease-comment](https://doc.i4e.com.bd/networking/doc/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](https://doc.i4e.com.bd/networking/doc/collect-wireless-mac)
* [Comment DHCP leases with info from access list](https://doc.i4e.com.bd/networking/doc/dhcp-lease-comment)
* [Create DNS records for DHCP leases](https://doc.i4e.com.bd/networking/doc/dhcp-to-dns)

[◀ Go back to main README](https://doc.i4e.com.bd/networking/master)\
[▲ Go back to top](#top)
