Hello,
I use a script to know if my devices are connected at my network.
Now I use this command:
arp -i br0 -na | awk '{print $4}'
This give to me a list of macs that connect to my network.
The problem is that i have one device connected that i can see in asus web interface but not apears in this arp list
this is normal? any solution? other command that works for my idea?
thanks
I use a script to know if my devices are connected at my network.
Now I use this command:
arp -i br0 -na | awk '{print $4}'
This give to me a list of macs that connect to my network.
The problem is that i have one device connected that i can see in asus web interface but not apears in this arp list
this is normal? any solution? other command that works for my idea?
thanks