Hello,
Is it possible to let a DHCP server send all the necessary information to a router with RouterOS so that this router knows where to find its configuration file on a TFTP server? I’ve seen that this is possible with other brands without ever touching the CLI of RouterOS.
that will be using the script option lease DHCP server would succeed?
http://wiki.mikrotik.com/wiki/Manual:IP/TFTP
Script that will be executed after lease is assigned or deassigned. Internal “global” variables that can be used in the script:
leaseBound - set to “1” if bound, otherwise set to “0”
leaseServerName - dhcp server name
leaseActMAC - active mac address
leaseActIP - active IP address
from what I read in the manual it seems it will not work out