Portal Home > Knowledgebase > Setup > Routers > How to Setup BulletVPN OpenVPN Manually on DD-WRT Router


How to Setup BulletVPN OpenVPN Manually on DD-WRT Router




Download  All OpenVPN Configuration Files and extract the files.

1. Log in to your DD-WRT router and Select "Services" then go to "VPN" tab and Enable "OpenVPN Client".


2.
Insert the following info:

  • ​Enter your "desired Server address" in Server IP/Name box. Click here to get the servers list.
  • In the ‘Port’ field, enter "1194".
  • Select "TUN" from Tunnel Device drop down menu.
  • In Tunnel Protocol, select "UDP".
  • In Encryption Cipher field, select encryption level "AES-256 CBC".
  • For Hash Algorithm, select "SHA1".
  • "Enable" the "Advance option".
  • For TLS Cipher select "None".
  • In LZO Compression tab select "Adaptive".
  • Enable "NAT". 
  • Disable "Firewall protection".
  • Leave the IP address and Subnet Mask field unfilled.
  • In Tunnel MTU setting enter "1400".
  • Disable the "Tunnel UDPMSS-Fix" option.
  • For TLS Auth Key, go to the downloaded All OpenVPN Configuration Files. Open the file titled "wdc.key" in notepad, copy all its content and paste it in the TLS Auth Key field.
  • In Additional Configuration, insert auth-user-pass /tmp/user.txt.
  • For CA Cert, open the downloaded All OpenVPN Configuration Files. Now, open the file titled "ca.crt" in notepad, copy all its content and paste it in the CA cert field.
  • Now click on  "Save" then "Apply Settings".



3. Now, click on the Security Tab. Select Firewall tab and go to SPI firewall and disable the option. Click on "Save" and "Apply Settings" again.



4 Now, click on the "Administration" tab and select the "Command" tab. Enter the following script in command box:

#!/bin/sh
touch /tmp/user.txt
echo -e “BulletVPN username\nBulletVPN passwrord” > /tmp/user.txt

There are some changes that you need to make in text box such as:

Change BulletVPN username with the username provided to you by BulletVPN.
Change PureVPN password with the password provided to you by BulletVPN.
At the end, click on "Save Startup"



5 Now, click on "Management" Tab go at the bottom and click on "Save" and then "Apply Settings" then click on "Reboot Router".




6. once router reboots, Log in again to your router  and click on "Status" and select "OpenVPN". You can see your VPN status from this window.

 

Please use the comment box for your suggestions & feedback. For additional help, please submit support ticket with errors and screen shots (if possible) or contact our 24/7 live chat.



Was this answer helpful?

Print this Article Print this Article