How to set up VPN manually DDWRT with TorGuard

11:05 AM
How to set up VPN manually DDWRT with TorGuard - Service

TorGuard VPN service offers multiple connection options for DDWRT as automatic login scripts and Easy DDWRT software. Depending on the make and model of your router VPN DDWRT, these startup scripts may not run correctly. In these cases, it is necessary to add parameters to DDWRT manually. Do not worry, you do not have to be a geek to set up an anonymous VPN DDWRT on your router. In this how-to, we will guide you step by step if

start :.

Local IP

1) Enter the router. address in the URL address bar of your Web browser and log in to your router.

By default, this is usually 192.168.1.1

Click the Administration tab and then click the Commands tab.

Copy / paste the following and Click the Save button Firewall .

iptables -N VPN
iptables -F VPN
iptables -I INPUT -i tun0 j VPN
iptables -I FORWARD -i tun0 j VPN
iptables -A VPN -i -o br0 tun0 j ACCEPT
iptables -I POSTROUTING -t nat -o tun0 j RETURN

then copy / paste the following text in the button controls . Be sure to enter your username and password VPN TorGuard then click Save boot .

echo TorGuard_Username >> /tmp/password.txt
echo TorGuard_Password >> / tmp /password.txt
/ usr / bin / killall openvpn
/ usr / sbin / openvpn -config /tmp/openvpncl/openvpn.conf -comp-lzo yes -Route-up / tmp / openvpncl / road .sh-up -down-pre
/tmp/openvpncl/route-down.sh -daemon

Be sure to replace "TorGuard_Username" and "TorGuard_Password" with your user name and VPN password. Below is what the screen should look like :.

DDWRT VPN Router

2) Now we need to download the latest TorGuard OpenVPN config bundle to get the IP address Port and certificate info

.ovpn Open the file server you want to connect and record the information highlighted below.

then click services and VPN tab at the top

Click Enable under "OpenVPN client" and enter the following parameters :.

Set the server IP / name with the IP address of the server you want to connect. (As seen in the above image)
Set the Port to 443 (or the port number as seen in the image above)
Set the peripheral tunnel TUN.
Set the protocol to UDP tunnel.
Set the Cipher Encryption with Blowfish CBC (default).
Set the hash algorithm to SHA1.
Set to nsCertType unchecked.
Enabled Set advanced options.
Use LZO Compression Set to activate.
Set NAT to enable
In the extra configuration enter the following :.

-past authuser /tmp/password.txt
key persist
persist-tun
tls client [server
remote-cert-tls

Copy and paste the contents of ca.crt you want to use in the field cert CA. (You can find the exact location as seen in the image above)

Click SAVE

DDWRT VPN Router

Then, restart your router!

After restarting your router, you will return to the DDWRT OpenVPN status screen. Wait a few moments while the software updates the connection several times

After a minute, you should see a status connected as shown below :.

DD-WRT Web interface

DDWRT Your router is now connected to the VPN!

Previous
Next Post »
0 Komentar