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:
https://forum.dd-wrt.com/phpBB2/viewt...
EasyRSA Download:
https://github.com/OpenVPN/easy-rsa/r...
OpenVPN Client Download:
https://openvpn.net/community-downloads/
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
Смотрите видео Set up an OpenVPN Server on your DD-WRT Router онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DevbaseMedia 15 Февраль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 43,431 раз и оно понравилось 500 людям.