How to install OpenVPN on an OpenWRT router in 15 seconds

Log into your router using ssh root@ip-addr and run these commands:

install_openvpn_openwrt.sh
opkg update
opkg install openvpn-openssl luci-app-openvpn
/etc/init.d/uhttpd restart
echo "Done"

Done !


Check out similar posts by category: Networking