Hello
I want to get IP of connected users on the specific interface?
I’ve used:
/ip arp print
but it did not show there interfaces (wlan1 or ether) just “bridge-local”
(looking for wlan1)
what is the solution?
Thanks
Hello
I want to get IP of connected users on the specific interface?
I’ve used:
/ip arp print
but it did not show there interfaces (wlan1 or ether) just “bridge-local”
(looking for wlan1)
what is the solution?
Thanks
Get the MAC of specifc IP address, and use the following command in a terminal:
/interface bridge host print where mac-address="XX:XX:XX:XX:XX:XX"
And replace the XX with the MAC address.