Hi,
I have a B-1300.
In shell I run:
uci set wireguard.@proxy[0].enable=‘0’
uci commit wireguard
/etc/init.d/wireguard stop
Wireguard stopping correctly and in ui I can see the button connect.
In shell I run:
uci set wireguard.@proxy[0].enable=‘1’
uci commit wireguard
/etc/init.d/wireguard restart
Wirguard starting but not connecting and in ui I can see error and button abort.
I have to reboot router to connecting again by wireguard.
Where is my error?
Perhaps because I have several wireguard connection profile?
thanks
I have revolver deleting
uci set wireguard.@proxy[0].enable=‘0’
uci set wireguard.@proxy[0].enable=‘1’
during stop and start wireguard and it’s ok.