Openwrt

Asus RT-N16

Install If router use OEM firmware than you should flash DD-WRT or Tomaro using by router web interface, because OpenWRT cannot be installed by the ASUS web interface. I had installed DD-WRT on my router and my steps to install OpenWRT was: Determine the shift in Flash memory to write OpenWRT image cat /proc/mtd ASUS had 4 partitions 0x 0000 0000-0x 0004 0000 : "boot" 0x 0004 0000-0x 01fe 0000 : "linux" 0x 001d ff88-0x 01fe 0000 : "rootfs" 0x 01fe 0000-0x 0200 0000 : "nvram" Download and install OpenWRT image »

OpenWRT

OpenWrt is an open source project for embedded operating system based on Linux, primarily used on embedded devices to route network traffic. All components have been optimized to be small enough to fit into the limited storage and memory available in home routers. Another feature of OpenWRT is the unified configuration interface UCI (Unified Configuration Interface), which allows you to manage most system settings using a single syntax of configuration files and command line. »

TP-Link Archer C2600

About TP-Link Archer C2600 TP-Link Archer C2600 - a high-performance, dual band gigabit router, that was been announced by TP-Link in May 2015. TP-LINK Archer AC2600 has a Qualcomm IPQ8064 dual-core ARM processor, running at 1.4 GHz, with 512MB of RAM memory and 32 MB of storage space. There are two USB 3.0 and five gigabit Ethernet ports(4 LAN + 1 WAN) on board. More information about hardware here. »

OpenVPN

Install OpenVPN packet opkg install openvpn-easy-rsa openvpn-openssl To support configuration OpenVPN in luci you should install the corresponding luci-app opkg install luci-app-openvpn Create CA and keys The actions are similar to actions described in CA preparation for CentOS 7, except the location of CA is hardcoded in the “vars” script as /etc/easy-rsa/. There are configuration files openssl-1.0.0.cnf and vars. Set default parameters for certificates in vars file: »