I have create a script to show a page when the user connects to Mikrotik (a sort of login script).
Can I get via script the Mac Address of the user?
I have create a script to show a page when the user connects to Mikrotik (a sort of login script).
Can I get via script the Mac Address of the user?
You could make a script on the DHCP server’s on-lease script.
Or most likely you could just enable DHCP logging and use that to determine the MAC address associated with an IP address, as that information should be in the log.