NordSecurity/nordvpn-linux

killswitch prevents making a connection

Opened this issue · 3 comments

If killswitch is set to on then doing a nordvpn connect fails.

The only way to connect is to turn off the killswitch, connect and reconnect as below.

nordvpn set killswitch off;
nordvpn connect;
nordvpn set killswitch on;

Expected Behaviour

That a nordvpn connect would work regardless of the setting on killswitch.

hi,
could you please try to reconnect with killswitch on, after a successful connection?

nordvpn set killswitch off;
nordvpn connect;
nordvpn set killswitch on;
nordvpn disconnect;
nordvpn connect; <--- does it work this time?

Seems to have fixed it and the problem doesn't seem to be reappearing for now

Ok, thanks, we'll register a bug on our side and investigate this.