How to set up PureVPN on DD-WRT router

For maximum security, you can always configure VPN on your DD-WRT router. However, if you are not sure how to make this possible, here is what you need to do:

Written By Lorenzo Vincent

Updated at January 30th, 2024

Follow this easy step-by-step guide to install PureVPN's DD-WRT router applet on your router.

  1. DD-WRT: v24 Build 13309 or newer. (Go to the Status tab. Look at the line Firmware version under the System section)
  2. Supported Builds: OpenVPN, Big, Mega, Giga.
  3. A router must have 8 MB flash memory for OpenVPN to be installed.

Find your VPN credentials for manual configuration

To find your VPN credentials log into the PureVPN member area. Click 👉 here to visit Member Area.

  • Login to the Member Area using your PureVPN registered email address and password.

  • On Subscription tab scroll down to be able to view your VPN credentials.

  • You will be able to see and copy your VPN credentials.
  • Note down your PureVPN username and click the Eye icon to make your password visible and use it in the manual configuration.

Delete

How to set up PPTP on DD-WRT router

  • This image shows how your VPN set up will look like:
  1. a. Shows an Ethernet connection from router to computer.
  2. b. Shows wireless connection from router to computer.
  • Go to Basic Set up tab of the DD-WRT control panel.
  • Click Connection type drop down menu and select PPTP protocol.
  • Make sure Use DHCP is selected as Yes.
  • Insert the following info:
  • Gateway PPTP Server: (You may use one of the servers mentioned below)
    1. Germany: de1.pointtoserver.com
    2. Netherlands: nl1.pointtoserver.com
    3. United Kingdom: ukl1.pointtoserver.com
    4. United States: ustx1.pointtoserver.com
    5. United States: uswdc1.pointtoserver.com
    6. Australia: au-sd1.pointtoserver.com
  • Enter PureVPN credentials provided by PureVPN.
  • Write "refuse-eap" in additional PPTP option box.
  • Now scroll down and make sure the DHCP server is enabled and now click Apply Settings and then hit Save.
  • On the top menu click Status and then click WAN tab.
  • Now click Connect button under WAN tab.

Delete

How to set up OpenVPN on DD-WRT router

  • Log in to the router control panel by entering the router’s default IP address 192.168.1.1 to the address bar of your preferred browser. (If you change your router's default IP address, enter that into your browser instead). Enter the admin name and password for your router, then click Sign In.
  • In order to configure👉 OpenVPN on DD-WRT, first download the required OpenVPN Files from 👉this link and extract them.
  • Navigate to the Services tab, then to the VPN tab and click on Enable option besides the Start OpenVPN client.
  • Now configure your OpenVPN client as shown below.
    1. OpenVPN Client: Enable
    2. CVE Mitigation: Disable
    3. Server IP/Name: Enter your desired location’s TCP/UDP server address here. Server list can be accessed from👉 here:
    4. Port: 80 (For TCP)/ 53 (For UDP)
    5. Tunnel Device: TUN
    6. Tunnel Protocol: TCP/UDP
    7. Encryption Cipher: AES-256-CBC
    8. Hash Algorithm: SHA-1
    9. Inbound Firewall on TUN: Uncheck
    10. User Pass Authentication: Checked
    11. Username and Password: Enter your PureVPN credentials. Here is how you can 👉find your VPN credentials. 
    12. Advanced Options: Enabled
    13. TLS Cipher: None
    14. Compression: Adaptive
    15. NAT: Enable
    16. Firewall Protection: Disable
    17. Tunnel UDP MSS-Fix: Disable
    18. Verify Server Cert.: Checked
    19. TLS Key Choice: TLS Auth
    20. TLS Key: Copy and paste all the content from the key file you have downloaded with the OpenVPN configuration files.
    21. Additional Config:
      1. persist-key
      2. persist-tun
    22. CA Cert: Copy and paste all the content from the crt file you have downloaded with the OpenVPN configuration files.
    23. Click Save and then Apply Settings button.
  • Now navigate to the Status tab then OpenVPN to check the connection Status.
Delete

How to set up OpenVPN via script method on DDWRT router

Open VPN Configuration guide: Please follow the step by step guide to configure OpenVPN on DD-WRT routers using a script.

  • Click 👉 here to download the Script File.
  • Click 👉 here to download the OpenVPN config file
  • Click Administration tab then click Commands tab.
  • Open PureVPN_DD_WRT_OVPN_Script.txt that you downloaded from above steps. Copy / paste the contents under command.
  • Replace username and password with PureVPN Credentials. Here is how you can find your VPN credentials. Under Remote servers, insert the desired server address. Download OpenVPN Files and get the server address from OpenVPN Files.
  • Click Save Startup.


Congratulations!! Now you are connected. To check your IP visit https://www.ip2location.com/ OR Click on the Administration tab then click on the Commands tab, enter: cat /tmp/purevpn.log Initialization Sequence complete If you get the above message then it means you are connected to PureVPN

Delete

How to wireguard connection configure on DD-WRT router

  • Log in to the router control panel by entering the router’s default IP address 192.168.1.1 to the address bar of your preferred browser. (If you changed your router's default IP address, enter that into your browser instead). Enter the admin name and password for your router, then click Sign In.
  • Now go to the Set up tab, select Tunnels option and then click on Add Tunnel option.
  • Go to your Members Area and download the desired Wiregaurd configuration file from there.
  • Now enter the require details as follows:
    1. Tunnel: Enable
    2. Protocol Type: Wireguard
    3. MTU: 1412
    4. Local Public Key: Click on Generate key button to generate/fill the field.
    5. DNS Servers via Tunnel: Enter the DNS values from the wireguard config. file.
    6. Local Private Key:  Copy/Paste the Private key from the wireguard config. file.
  • Now click on Add Tunnel button to edit the Peer Section.
    1. End Point: Enable
    2. End Point Address: Enter the end point server address and port no. from the config. file.
    3. Persistant Keepalive: 21
    4. Peer Public Key: Copy/Paste the public key from the config. file.
    5. IP Addresses/Netmask: Enter the IP Address from the config file.
  • Lastly, click on Save and then Apply Settings, the Wireguard connection will be actived within few seconds.


Delete