Installation sur OpenWRT

Depuis la console SSH

# opkg update
# opkg install kmod-wireguard luci-app-wireguard luci-proto-wireguard wireguard wireguard-tools
mkdir -p /etc/wireguard
# wg genkey | tee /etc/wireguard/server-privatekey | wg pubkey > /etc/wireguard/server-publickey
# wg genkey | tee /etc/wireguard/client-privatekey | wg pubkey > /etc/wireguard/client-publickey
  • infrastructure/securite/vpn/wireguard/openwrt-installation.txt
  • Dernière modification : 10/10/2020 11:48
  • de Stéphane Paillet