network-manager-wireguard icon indicating copy to clipboard operation
network-manager-wireguard copied to clipboard

Wireguard VPN connection should not go down when underlying wired/wifi connection goes down.

Open mateusza opened this issue 6 years ago • 1 comments
trafficstars

Wireguard has ability to automatically restore connection once client (or server!) changes its IP. Regular wg-quick works fine when I disconnect from one network and connect to another - all my SSH sessions are stalled for a second but then they work fine. This plugins disconnects the WireGuard VPN connection when the underlying connection is down.

(Might be that this is something NM does for every VPN and there is nothing to do about it?)

mateusza avatar Mar 25 '19 15:03 mateusza

Great! but not easy to implement because of the uniqueness of the wg protocol (stateless) or this would require some upstream modifications in network-manager (details on duplicated closed issue https://github.com/max-moser/network-manager-wireguard/issues/34 and https://github.com/max-moser/network-manager-wireguard/issues/21)

intika avatar Mar 30 '19 03:03 intika