-
Notifications
You must be signed in to change notification settings - Fork 88
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
Split DNS not working when using --background
flag
#145
Comments
UPDATE: Although I still don't trust Microsoft to implement Linux/POSIX APIs correctly, it's clear that this suspicion 👇 is incorrect in this case. Same issue occurs on Ubuntu (see #145 (comment) and #146). The
Although Microsoft/Windows has a nasty track record of claiming to add support for various POSIX system calls, completely messing it up, and then never 🤬 fixing it, never acknowledging the mistake, and massively wasting the time of FLOSS developers who are attempting to support Windows (Exhibit A). |
Thank you for the quick response. It was working before I upgraded my Debian dist in WSL. So it has at least worked at some point :) Thanks for your time. Closing this for now. Cheers |
Hrmm, interesting. Nothing else changed? Feel free to reopen if you discover why it stopped working, or if anyone else encounters a similar issue. |
@amimof, any chance that redirecting OpenConnect's |
I just tried it and it's working with stderr is sent to a file. Thanks for letting me know, this was very useful! |
😮 Okay, so this issue is in fact the same as #146. |
I haven notived that split DNS is not working whenever I use the
--background
flag to openconnect. This is what I run:Nothing is added to
/etc/hosts
however my route table is altered with the addition of the subnet provided to vpn-sclice. And this is the output of the openconnect command above:If I run the same command without
--backround
hosts are added to/etc/hosts
and output is the followingOpenConnect
vpn-slice
System
The text was updated successfully, but these errors were encountered: