I have seen some posts but still dont have a clear answer, is it possible to add dhcp leases dynamically to an address list with RADIUS or any other method?
Once again, straight DHCP, no hotspot, no pppoe.
Thanks!
-dan
/ip firewall address-list remove [/ip firewall address-list find list=foo];:local a;:set a [/ip dhcp-server lease find status="bound"];:local b;:for b from=0 to=([:len $a]-1) step=1 do={/ip firewall address-list add list=foo address=[/ip dhcp-server lease get [:pick $a $b] address]}
/ip dhcp-server lease add address-list=listExample mac-address=XXXXXXXXXX address=10.x.x.x