Set up an OpenVPN Server on your DD-WRT Router

Published: 15 February 2021
on channel: DevbaseMedia
39k
478

Want to connect to your home network from anywhere? Find out how to do it securely on Windows or Linux using OpenVPN and the DD-WRT router firmware.

Link to guide on dd-wrt forum:


EasyRSA Download:


OpenVPN Client Download:


Firewall config:
iptables -t nat -IPOSTROUTING -s 10.8.0.0/24 -o $(get_wanface) -j MASQUERADE

Example Client Config (.ovpn file):
client
dev tun
proto udp4
remote your.host.address 1194
nobind
persist-key
persist-tun
remote-cert-tls server
auth-nocache
verb 4
float
tun-mtu 1500
auth SHA256
cipher AES-256-CBC
data-ciphers CHACHA20-POLY1305:AES-256-GCM:AES-128-GCM:AES-256-CBC
ca ca.crt
cert laptop-client1.crt
key laptop-client1.key


Watch video Set up an OpenVPN Server on your DD-WRT Router online without registration, duration 24 minute 34 second in high hd quality. This video was added by user DevbaseMedia 15 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 39 thousand once and liked it 47 people.