-
Notifications
You must be signed in to change notification settings - Fork 92
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
Firewall setup (allow SSH) for windscribe-CLI #200
Comments
I have the same issue, I assume this is cause the "lanbypass" option is gone, this exists in the old CLI client and allows LAN connections to go through when the Firewall is On, however that seems to be missing in the new client. Is that going to be added? |
There's a configuration file at |
@jaxu thanks for the suggestion, I was able to get it to work by editing that file with that change after my first login. However now I have a new issue where it won't auto connect on reboot. I tried setting "Autoconnect=true" but every time after reboot it shows logged in but connection state as disconnected. Am I missing something? I tried looking for documentation on this file in case there is something else in here I need to change but couldn't find any so far. |
@jaxu great, thank you! @blknight88 can you point me to the documentation for this file, please? BTW, I think the no autoconnect after reboot problem (which I also experience now after setting AllowLANTraffic) deserves another issue to be opened. |
There's no issue with Autoconnect as far as I can tell. You most likely forgot to |
@ekasprzak I couldn't find any documentation on this file unfortunately @jaxu I did miss that the first time and it is pretty obvious as if I go back to the file my changes won't be there, however on subsequent attempts I have confirmed it did save my settings however it still does not auto connect on reboot. My process being the following:
In the old version, the 1.4 CLI I only got this to work by making a systemd windscribe CLI service, not sure if that is needed again here? If so not sure how it would need to be configured to make it work. |
No, it should just work with that. What is the output of |
@jaxu Here is the output of
Debug logs sent, however I am not sure how I can DM you in Github? |
Hah, sorry, wrong platform. You can either post it here if you don't mind or you can email it to me at [email protected]. |
No worries, just sent you an email, thanks I'll post the solution here, once we figure it out for others to see. |
Thanks, received. I'll look at this probably Monday and reply here when I have a conclusion. |
Hey,
Sounds good, thanks!
…________________________________
From: Jason Xu ***@***.***>
Sent: Saturday, November 23, 2024 4:48 PM
To: Windscribe/Desktop-App ***@***.***>
Cc: blknight88 ***@***.***>; Mention ***@***.***>
Subject: Re: [Windscribe/Desktop-App] Firewall setup (allow SSH) for windscribe-CLI (Issue #200)
Thanks, received. I'll look at this probably Monday and reply here when I have a conclusion.
—
Reply to this email directly, view it on GitHub<#200 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWDD3EUTEH5HEJBFVLSHHGD2CEO6PAVCNFSM6AAAAABSKE4DDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVG4ZDKMRVGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
For anyone lurking here, here's an update of the autoconnect issue from blknight88. We've had a bit of an offline conversation where it came to light that autoconnect works fine, but only when the user it was installed for logs in. It is killed when the user logs out. This is sort of expected because the windscribe process runs as a user service, which is only valid during the user session. One workaround for this is to enable linger for the user via We are also exploring other ways to make this work on our side and I've added a ticket to our board. |
I've found a few areas in the code which don't work quite right in pure CLI mode and is affecting the functionality of the autoconnect feature. A fix should be available in an upcoming 2.13 build. |
Cool, what's a rough ETA for that build? Days, weeks, months?
Sincerely,
Dominic Johnson
…________________________________
From: Jason Xu ***@***.***>
Sent: Tuesday, November 26, 2024 12:42:15 PM
To: Windscribe/Desktop-App ***@***.***>
Cc: blknight88 ***@***.***>; Mention ***@***.***>
Subject: Re: [Windscribe/Desktop-App] Firewall setup (allow SSH) for windscribe-CLI (Issue #200)
I've found a few areas in the code which don't work quite right in pure CLI mode and is affecting the functionality of the autoconnect feature. A fix should be available in an upcoming 2.13 build.
—
Reply to this email directly, view it on GitHub<#200 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWDD3EQHJCIEDOOYTAG6S5L2CTMKJAVCNFSM6AAAAABSKE4DDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBRHA4TOMZYGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
No guarantees but my guess is 1-2 weeks. |
Of course, oh ok not too bad thanks!
Sincerely,
Dominic Johnson
…________________________________
From: Jason Xu ***@***.***>
Sent: Tuesday, November 26, 2024 12:58:50 PM
To: Windscribe/Desktop-App ***@***.***>
Cc: blknight88 ***@***.***>; Mention ***@***.***>
Subject: Re: [Windscribe/Desktop-App] Firewall setup (allow SSH) for windscribe-CLI (Issue #200)
No guarantees but my guess is 1-2 weeks.
—
Reply to this email directly, view it on GitHub<#200 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWDD3ESHULH47AI5X6GCEND2CTOIVAVCNFSM6AAAAABSKE4DDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBRHEZDENJYHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Upcoming build mentioned by @jaxu above is available now. 2.13.3 release |
I can confirm that using the new alpha 2.13.3 worked for fixing autoconnect for me. Thanks for all the help! The only other thing missing in this thread is due to my instance being a server, I had to use this command |
Thanks for confirming. That command is about half a dozen message above. I'll try to find some suitable place to add documentation for this as well. |
Is your feature request related to a problem? Please describe.
I can't find any documentation on how to setup windscribe firewall for CLI version (how to allow SSH connection).
Describe the solution you'd like
Configure windscribe firewall to allow SSH connection
Describe alternatives you've considered
Using old, unmaintained, unsecure CLI version.
Additional context
I'm using vagrant to manage my virtual machines, on one of those I use windscribe (cli).
Still using the old, long time unmaintained version, because there windscribe connect (which turns on firewall) doesn't block me from accessing it via vagrant (which is SSH).
Using new CLI version (just tried 2.12.7) when I connect to windscribe, my SSH connection is immediately interrupted.
I guess this is because firewall default conf which works differently than the one in legacy CLI.
The text was updated successfully, but these errors were encountered: