mirror of
				https://github.com/eworm-de/routeros-scripts.git
				synced 2024-05-11 05:55:19 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			904 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			904 B
		
	
	
	
	
	
	
	
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