You are not logged in.
Currently using config files from proton. Wireguard was working normally but recent attempts to set up have given:
# wg-quick up wg0
wg-quick: `wg0' already exists
and
# wg-quick down wg0
wg-quick: `wg0' is not a WireGuard interface
The only file in my wireguard directory is the wg0.conf file at the moment. # wg returns nothing. Have tried both before and after starting systemd-resolved.
Even after going through the documentation on archwiki for wireguard, wg-quick, and resolvconf, I'm lost as to what the issue is. All advice welcome, thanks!
Last edited by local_buffoon (Today 04:10:40)
Offline
It's more likely that wg-quick means the device "wg0" is already existing and subsequently cannot be created.
Does
ip a
show an existing "wg0" interface?
Offline
Lol yep, simply renaming the file seemed to work.
Offline