-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
30 lines (20 loc) · 881 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
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/ssinyagin/wireless_watchdog/master/install_wireless_watchdog.sh | sh
Uninstalling
------------
wget -q --no-check-certificate -O - \
https://raw.githubusercontent.com/ssinyagin/wireless_watchdog/master/uninstall_wireless_watchdog.sh | sh
Author
------
Copyright (c) 2016 Stanislav Sinyagin <[email protected]>