mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1212] Unable to connect on Server [ openSUSE Leap 15.3 ] and Client [ Windows10 ] with barrier 2.3.3 #974
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#974
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 @presire on GitHub (Jun 24, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1212
Nice to meet you.
As for the title, when the server is openSUSE Leap 15.3 and the client is Windows 10, I cannot connect with barrier 2.3.3.
Both pings are working.
However, when the server is Windows 10 and the client is openSUSE Leap 15.3, I can connect with barrier 2.3.3. (Why?? )
(I also tried Synergy, had the same problem with Synergy.)
The following is the status of barrier when the server is openSUSE Leap 15.3 and the client is Windows 10.


(The image above shows openSUSE Leap 15.3, The image below shows Windows 10)
Is there any way to solve this problem?
Thank you very much for your help.
@presire commented on GitHub (Jun 26, 2021):
I don't know if this is the right way,
when I stopped firewalld, Barrier worked.
Perhaps, I think that this is a KVM issue.
On VMware, both are working fine.
However, since disabling the firewall is not a good idea
Please let me know if there is another way.
@presire commented on GitHub (Jun 26, 2021):
I described it in my other post, but I'll describe it here as well.
I'll postpone the close for a little while longer.
After a lot of trial and error,
By editing the following step, I was able to get Barrier to work.
First, create the
/usr/lib/firewalld/services/barrier.xmlfile. (You may not need this file)Next, edit the
/usr/lib/firewalld/zones/libvirt.xmlfile.Above
</zone>, add<port port="24800" protocol="tcp"/>.Finally, to reflect the firewall settings, run the following command.
There are some redundant parts,
by the above steps, worked for Barrier and Synergy.