Les comparto este código para detectar la conexión de internet vía shell
# ping -q -w 1 -c 1 mashter.com > /dev/null && echo ok || echo error
o ping a nuestro router
# ping -q -w 1 -c 1 `ip r | grep default | cut -d ' ' -f 3` > /dev/null && echo ok || echo error
No hay comentarios:
Publicar un comentario