Running vpnc and wireguard on small embedded devices with openwrt firmware (4/32 warning)
- Running wireguard on small routers like TP-Link WR841
- Running VPNC on small routers like TP-Link WR841
- Includes install and config scripting
- Setup hotplug buttons on back of your devices
- Clone the script via
git clone https://github.com/suuhm/wg-vpnc-4_32 && cd wg-vpnc-4_32
chmod +x *.shUsage: ./wg-quick-owrt.sh <--manual <CONFFILE> [--static-add] | --auto-uci | --down | --ipcheck | --create-button | --debugging> <DEVICENAME>copy .config file to your openWRT source dir and run:
./scripts/feeds update -a && ./scripts/feeds install -a
make -j4 V=sc
scp target/linux/generic/<IMAGEFILE> root@device:/tmp/
#sysupgrade runopkg update ; opkg install wireguard wireguard-toolsNow run on device simply the config file you got from the server e.g:
./wg-quick-owrt.sh --manual /home/user/wg0.conf wg0Usage: ./setup-vpnc-owrt.sh <--install-script | --setup-fw-routing | --setup-button | --ipcheck | --debugging>Important
Please report bugs and issues!