mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #768] Barrier showing multiple IP addresses on Windows (Server Side) #602
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#602
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 @ghost on GitHub (Jun 25, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/768
IMPORTANT NOTE : The issue is caused by Windows. I have just tested barrier across two Linux systems and it was working fine. Both of the two Linux system are reporting only one IP address that is also bolded.
Operating Systems
Server: Windows 10 Enterprise N 1909 18363
Client: Debian 10.2 KDE
Barrier Version
Windows Version 2.3.2-snapshot-210c2b70
Linux Version 2.2.0-Release-00000000
Steps to reproduce bug
Other info
I don't see any error messages popping up. I've also setup the next client in the "Configure Server" window, properly positioned the location of the other monitor and renamed it's "Screen name" to the one I see written in the client's side. I am not sure if I'm filling the IP address in properly since there is multiple IPs.
@github-actions[bot] commented on GitHub (Sep 18, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
Let's not close valid bugs without a valid reason.
Barrier probably binds to the VMware adapter and waits for connections there.
@lrvl commented on GitHub (Apr 29, 2021):
Same problem. The bold IP on the Windows server points to Hyper-V Virtual Ethernet Adapter instead of LAN.
@mhmdibrahimm commented on GitHub (May 2, 2021):
@lrvl
I had the same problem, I just disabled the adapters in my Windows Device Manager settings, and now it is showing one IP address.
@brice-gros commented on GitHub (May 10, 2021):
Same here with VirtualBox host-only adapter, the only workaround I found is to specify the correct server ip address manually on the client (i.e. not using the auto config)
Being able to specify the ip address to be advertised by the server would help mitigate the issue.
@gwillen commented on GitHub (Jun 9, 2021):
I'm also seeing this -- note that the server DOES bind all addresses, the bolded one seems to just be the one that it advertises to autoconfig clients. So manually telling the client the correct IP is sufficient.
Ironically, the client could possibly do better by just using the source IP that it gets the advertisement from, and ignoring the IP provided by the server. (I'm not familiar with the underlying protocol here.)