VPN-Tunnel mit DD-WRT (OpenVPN)

4
DD-WRT WITH vpntunnel.se (OpenVPN) This installation guide will describe how you setup OpenVPN with a dd-wrt router, we will use dd- wrtv24-sp2. First, you need to have a dd-wrt router successfully installed and with a working internet connection. Step 1: Enable OpenVPN Login to the webinterface (usally http://192.168.0.1 ) Go to: Services and then VPN 1.a: download the ca.crt from vpntunnel.se controllpanel, Open the ca.crt and copy the text to the “CA Cert” text box in dd-wrt webinterface. VPNtunnel.se Anonymous internet

description

How-to setup...

Transcript of VPN-Tunnel mit DD-WRT (OpenVPN)

Page 1: VPN-Tunnel mit DD-WRT (OpenVPN)

DD-WRT WITH vpntunnel.se (OpenVPN)

This installation guide will describe how you setup OpenVPN with a dd-wrt router, we will use dd-wrtv24-sp2. First, you need to have a dd-wrt router successfully installed and with a working internet connection.

Step 1: Enable OpenVPNLogin to the webinterface (usally http://192.168.0.1)

Go to: Services and then VPN

1.a: download the ca.crt from vpntunnel.se controllpanel, Open the ca.crt and copy the text to the “CA Cert” text box in dd-wrt webinterface.

VPNtunnel.se Anonymous internet

Page 2: VPN-Tunnel mit DD-WRT (OpenVPN)

1.b: Enter the Configuration to the “OpenVPN Config” in the dd-wrt webinterface.Config:“clientdev tapproto udpnobindtls-clientca /tmp/ca.crtns-cert-type serverpush "dhcp-option DNS 80.67.0.2"push "dhcp-option DNS 91.213.246.2"auth-user-pass /tmp/passwd.txtremote-randomremote melissa.vpntunnel.se 1194remote melissa.vpntunnel.se 10010remote melissa.vpntunnel.se 10020persist-keypersist-tuncomp-lzoverb 3”

Save and apply settings

VPNtunnel.se Anonymous internet

Page 3: VPN-Tunnel mit DD-WRT (OpenVPN)

Step 2: save username and password for auto-login.

Enter “echo “USERNAME >> /tmp/passwd.txt” run the command.Enter “echo “PASSWORD >> /tmp/passwd.txt”” run the command.

VPNtunnel.se Anonymous internet

Page 4: VPN-Tunnel mit DD-WRT (OpenVPN)

Step3: Enter Firewall rules.

Enter the following lines to the Command shell and then click on “Run Commands”iptables -I FORWARD -i br0 -o tap0 -j ACCEPTiptables -I FORWARD -i tap0 -o br0 -j ACCEPTiptables -I INPUT -i tap0 -j REJECTiptables -t nat -A POSTROUTING -o tap0 -j MASQUERADE

If you have problem reaching any webpages, try change your dns settings:

Nameserver: 80.67.0.2Nameserver: 91.213.246.2

VPNtunnel.se Anonymous internet