Export list of online computers

is there a way to scan network (for online computers) every few minutes and export results out of MT in any way?
I would like to show results on my web page, but i cant get them out of MT…

Thanks!

So, there’s no way… :frowning:
I hope that this option will be added in next versions…

Im getting my list by queries of my radius server , but yeah id like to see the mt do this as well

/ip dhcp-server lease print status bound file dhcp-bound

That would create dhcp-bound.txt on MT file system. You may download it using FTP. Then you have to parse it for information you need.

Check other options of print. It can provide information in various formats.

Hovewer, that is not quite good way to chech if someone is online, at least because one does not necessary have to use DHCP to be online. I woud prefer to set friewall rule to monitor all connections and assign each IP to adress list. That would provide you info about IP’s that actualy do have active connections.

thx, will try that… I can’t use dhcp list, becouse I have lease set to 1 day, and when someone leaves network, his lease still lasts…

could you explane to me in few simple steps how to do that, please… im not that good with mikrotiks…

another way, you can make a mangle/firewall filter to add src-address to address-list for any protocol and connection the make, and set any time for deleted from address-list (ex: 5 minutes). and you can do print for that address-list.