forked from ssinyagin/wireless_watchdog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (21 loc) · 926 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Wireless network watchdog
=========================
This is a simple script that resets a network interface if the Internet
connection stops working. This is usually needed in wireless networks if
the WLAN or 3G client needs to re-connect in order to continue the
service.
The default cronjob launches the watchdog script every 2 minutes, and it
pings 8.8.8.8 with 10 packets. if none of them were replied, the default
NIC is brought down and then up again.
Installation
------------
wget -q --no-check-certificate -O - \
https://raw.githubusercontent.com/wonka929/wireless_watchdog/master/install_wireless_watchdog.sh | sudo sh
Uninstalling
------------
wget -q --no-check-certificate -O - \
https://raw.githubusercontent.com/wonka929/wireless_watchdog/master/uninstall_wireless_watchdog.sh | sudo sh
Author
------
Copyright (c) 2016 Stanislav Sinyagin <[email protected]>
Modified by Francesco Manghi 2018