-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathddwrtreconnect.txt
More file actions
39 lines (26 loc) · 1.07 KB
/
Copy pathddwrtreconnect.txt
File metadata and controls
39 lines (26 loc) · 1.07 KB
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
35
36
37
38
39
+--------------------------------------------------+
| DD-WRT router reconnect batch script for Windows |
+--------------------------------------------------+
This script provides a more interactive Windows batch file for the command line
console to reconnect a routers internet connection for routers running with the
DD-WRT firmware.
Setup
=====
Just save the above code to a BAT or a CMD file respectively (e.g.
ddwrtreconnect.cmd) somewhere within your path environment on your computer.
Note
----
You need to have cURL installed and it needs to be present within the path
environment on your computer.
Usage
=====
All you need to do is to give the IP-Address and the Username as parameters to
the script (e.g. ddwrtreconnect 192.168.1.1 YourUserName). After that you will
be asked for the Password so the script can execute the administrative
reconnect command.
--
Related Resources:
* http://www.dd-wrt.com/phpBB2/viewtopic.php?t=40446
* http://www.paehl.de/reconnect/
* http://curl.haxx.se/
* http://en.wikipedia.org/wiki/Batch_file