mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1728] Barrier can't connect, Windows Client (auto config), Linux Server #1276
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steelman on GitHub (Jul 27, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1728
What happened?
I configured service data with systemd-resolved in barrier.dnssd file
systemd-resolved seems to repond corectly
But the windows client wasn't able to resolve the address of the foo host correctly (debug logs didn't show anything more relevant, just some openssl stuff)
Until I added
to C:\Windows\system32\drivers\etc\hosts
Which, considering I use DHCP to configure foo's address, isn't anything more than a workaround.
Version
v2.4.0
Git commit hash (if applicable)
3e0d758bIf applicable, where did you install Barrier from?
https://github.com/debauchee/barrier/releases
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 10
Relevant log output
No response
Any other information
No response
@steelman commented on GitHub (Jul 28, 2022):
The problem does not occur on a different server (and the very same client) when the server has a non-RFC1918 address. This might be a problem with Windows resolver. How can I debug it?