Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

killswitch prevents making a connection #263

Open
shypaperbag opened this issue Feb 9, 2024 · 3 comments
Open

killswitch prevents making a connection #263

shypaperbag opened this issue Feb 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@shypaperbag
Copy link

shypaperbag commented Feb 9, 2024

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.

@mariusSincovici
Copy link
Contributor

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?

@shypaperbag
Copy link
Author

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

@mariusSincovici
Copy link
Contributor

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

@mariusSincovici mariusSincovici added the bug Something isn't working label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants