I'm running into an issue where wireguard interfaces that I make from CLI will disappear upon reboot. To create the tunnel from the command line I am following this tutorial.
The tunnels work fine until the device reboots, then the interface is completely gone. If I try to bring the interface back up, ip returns the error "SIOCGIFFLAGS: No such device".
Does anyone have thoughts on what could be causing this? I am using 22.03.5 on the Vocore2.
You are using commands customizing the runtime configuration.
Runtime configuration cannot survive reboot by design.
Use UCI for persistent configuration.