Hi,
i'm looking for simple script. I have to check that my phones are connected to my router by WiFi. Phones has static IP, I know them IPs and MACs.
interesting proposition, but I'm still looking for a router-based solution. I have different devices (pc, iphone, android phone), voip solution is complicated for different systems
i'm looking for simple script. I have to check that my phones are connected to my router by WiFi. Phones has static IP
[ "$(ping -c1 -W1 192.168.1.101 | grep "100% packet loss")" ] && echo "phone missing" || echo "here it is"
there is one problem, when the phone is going to deep sleep it still keep wifi conection, but doesent answer to ping... I tried arping - it's works better but I still gets timeouts...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!