KubeVPN client for windows ad AF_UNIX requirement #331
vmaglietta
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
@vmaglietta i found two related issue about grpc and go, go1.21 not support windows server 2012, and project using 1.22.1 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After some digging I found that KubeVPN windows client can run only if the Win OS version is compliant with AF_UNIX feature otherwise the daemon cannot run. Runing a simple command
kubevpn statushangs forever with no output whilekubevpn daemonexits a more clear error. It should be nice if such condition is detected by the program exiting with a clear message about the OS incompatibility.Morevoer is there any plan to make the windows client compliant with older OS without AF_UNIX support such as Windows server 2012 or 2016? I know this it not a simple task.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions