You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When wireguard is configured with one peer, all works as expected. However, when a second peer is added the AllowedIPs config option of the first peer is removed, rendering the peer unable to send/receive traffic.
The config is correctly displayed in the LuCI GUI. Also, uci show network shows the right configuration options (including the AllowedIPs option). However, a wg showconf wireguard shows that the AllowedIPs config option of the first peer is not present.
Restarting the wireguard interface, or the whole router for that matter, does not make a difference.
When wireguard is configured with one peer, all works as expected. However, when a second peer is added the
AllowedIPs
config option of the first peer is removed, rendering the peer unable to send/receive traffic.The config is correctly displayed in the LuCI GUI. Also,
uci show network
shows the right configuration options (including the AllowedIPs option). However, awg showconf wireguard
shows that theAllowedIPs
config option of the first peer is not present.Restarting the wireguard interface, or the whole router for that matter, does not make a difference.
The text was updated successfully, but these errors were encountered: