Difference between revisions of "OpenVPN dd-wrt"
Line 56: | Line 56: | ||
3. Copy the whole content of the [http://wiki.btguard.com/uploads/ddwrt_btguard.txt ddwrt_btguard.txt] file in the '''Command Shell'''. <br/> | 3. Copy the whole content of the [http://wiki.btguard.com/uploads/ddwrt_btguard.txt ddwrt_btguard.txt] file in the '''Command Shell'''. <br/> | ||
[http://wiki.btguard.com/uploads/ddwrt_btguard_startup_firewall.zip ZIP with both .txt files]<br/> | [http://wiki.btguard.com/uploads/ddwrt_btguard_startup_firewall.zip ZIP with both .txt files]<br/> | ||
+ | |||
<html> | <html> | ||
− | <textarea rows="5" cols="50" style="border:solid 1px black; | + | <textarea rows="5" cols="50" style="border:solid 1px black;font-family:tahoma; background-color:lightsteelblue" onclick="this.select()" readonly> |
− | + | <div style="textarea" onclick="this.select()" readonly> | |
+ | #!/bin/sh | ||
USERNAME="replace with your username" | USERNAME="replace with your username" | ||
Line 138: | Line 140: | ||
exit 0 | exit 0 | ||
− | </ | + | </div> |
</html> | </html> | ||
4. Type in your '''username''' and '''password'''. <br/> | 4. Type in your '''username''' and '''password'''. <br/> |
Revision as of 23:49, 30 May 2013
PLEASE READ THROUGH THIS WHOLE ARTICLE! YOU RISK BREAKING YOUR ROUTER WHEN USING A CUSTOM FIRMWARE! PROCEED CAREFULLY AND MAKE SURE YOUR ROUTER IS COMPATIBLE! PLEASE READ THROUGH THIS WHOLE ARTICLE! YOU RISK BREAKING YOUR ROUTER WHEN USING A CUSTOM FIRMWARE! PROCEED CAREFULLY AND MAKE SURE YOUR ROUTER IS COMPATIBLE!
REQUIREMENTS
These instructions are ONLY for people who already have a dd-wrt compatible router flashed with the latest version.
In this tutorial, a DIR-825 rev. B2 was used. Firmware: DD-WRT v24-sp2 (05/27/13) std.
If you're having issues with OpenVPN, please try the PPTP method.
Setup Instructions
1. Connect and Log into your router by going to http://192.168.1.1/ or http://192.168.0.1/
2. Click on the Administration tab and then on Commands.
3. Copy the whole content of the ddwrt_btguard.txt file in the Command Shell.
ZIP with both .txt files