Skip to content

Workaround, welches Netzwerkmodul von FF-Routern bei Meshverlust neu startet.

Notifications You must be signed in to change notification settings

GitNorb/mesh_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

mesh_check

Workaround, welches Netzwerkmodul von FF-Routern bei Meshverlust neu startet.

Variante 1 (empfohlen)

Skript, welches mit Batman misst, ob es noch Verbindung zu anderen Nodes hat

Installation

Cronjob anlegen:

crontab -e

Dort folgendes eingragen, damit Skript ein Mal pro Minute ausgeführt wird:

* * * * * ash -c 'if [ $(batctl o | grep mesh0 | wc -l) -eq 0 ]; then logger "wifi reset"; wifi; fi'

Variante 2 (nicht empfohlen)

Skript, welches mit Ping misst, ob es noch Verbindung zu anderen Nodes hat

Installation

Skript in z.B. /opt/mesh_check.sh einfügen

Skript ausführbar machen:

chmod +x /opt/mesh_check.sh

Cronjob anlegen:

crontab -e

Dort folgendes eingragen, damit Skript ein Mal pro Stunde ausgeführt wird:

0 0 * * * /opt/mesh_check.sh

About

Workaround, welches Netzwerkmodul von FF-Routern bei Meshverlust neu startet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages