Opal and Wireguard IPv6

Don’t use beta if really want this seriously looked at.

Yes, you’ll need SSH access. Here’s a quick overview of what you’re looking to do:

  • The paradigm of ‘client/server’ in WG is a misnomer but it’s easier for people to understand. In reality it’s all peer-to-peer.
  • WG peers are found at /etc/config/wireguard for Clients (eg: you use Mullvad VPN)
  • WG peers are found at /etc/config/wireguard_server for Server (you’re setting up your own WG VPN)
  • vim is installed by default but the nano editor is a helluva easier to use (opkg update && opkg install nano)
  • nano /etc/config/wireguard_server
1 Like