Pergola Fabio
Senior Member
That will not help, when they are offline, i can still ping themYou know you can run a script with crontab on the nodes just like the main router.
Maybe something like
#!/bin/bash
ping -c1 192.168.50.1 > /dev/null
if [ $? -eq 0 ]
then
echo ok
exit 0
else
reboot