Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Last active August 15, 2020 17:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnantoni/5332751 to your computer and use it in GitHub Desktop.
Save johnantoni/5332751 to your computer and use it in GitHub Desktop.
DD-WRT on WRT54G + OpenVPN

for a Linksys WRT54G router (v2.0)

  1. download the openvpn firmware version from http://www.dd-wrt.com/dd-wrtv2/down.php?path=downloads%2Fothers%2Feko%2FV24_TNG%2Fsvn13491-snow%2FVINT/
  2. set you static ip to 192.168.1.7 and connect directly to the router via ethernet cable, disconnect internet from the router.
  3. once connected, update the firmware with the one you just downloaded from the link above.
  4. once done, successfully, reboot.
  5. re-connect the internet cable.
  6. 99% of the time it will reboot, though there's a fine chance of bricking the router so if you can get one from a yardsale, cheaper that way.
  7. once booted, navigate browser to 192.168.1.1
  8. login, the username & password could be either root/root root/admin admin/admin admin/password root/password.
  9. once in goto administration/commands and run the command hma give you.
  10. once done reboot the router. 5mins, get a cuppa.
  11. now your back with you steaming cup of tea goto 192.168.1.1 and login again.
  12. now we need to enable the openvpn panel, goto Services, VPN. scroll down and enable OPENVPN Daemon, set start type to 'system'. do NOT enable openvpn client otherwise the router will devour itself.
  13. now goto Status and you should now see 'OPENVPN' being shown. reboot the router again and you'll be able to view the progress of the openvpn connection via Status/OPENVPN. please note, you have to give it a bit to reboot then another while to startup the openvpn process, it's not instant.
  14. best of luck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment