mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #780] cannot get barrier to work (Linux/Linux) #614
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#614
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 @Rosika2 on GitHub (Jul 5, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/780
Operating Systems
Server: Linux/Lubuntu 18.04.4 LTS, 64 bit
Client: Linux/Lubuntu 20.04 LTS, 64 bit
Barrier Version
2.3.2
When configuring the server "SSL Fingerprint" remains empty, the same with the client. The rest of the configuation went well. But on the client the "apply" button remains greyed out and is thus not functional.
So barrier doesn´t work.
When stating it from the server via terminal I get the messages:
The logs on the client say:
Failed to connect to server: Network is unreachable.Other info
Any help is much appreciated.
Tnx a lot.
Rosika
@verajosemanuel commented on GitHub (Jul 7, 2020):
same error here. Got stuck on "starting". Disabled any firewall to no avail. My message is same as yours:
`*** WARNING *** The program 'barrier' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/blog/projects/avahi-compat.html
("-f", "--no-tray", "--debug", "INFO", "--name", "joe-ThinkPad", "--enable-crypto", "--log", "/var/log/barrier.log", "-c", "/home/joe/barrier.conf", "--address", ":24800")`
@theAkito commented on GitHub (Jul 7, 2020):
@verajosemanuel Which OS are you using, exactly?
@verajosemanuel commented on GitHub (Jul 12, 2020):
Ubuntu focal fossa
@perpi commented on GitHub (Aug 28, 2020):
I had same problem; I added 24800 as an allowed port by the command below
firewall-cmd --permanent --add-port=24800/tcpAfter a
restart/logoutreload, the client probably gets running!Client: Archlinux & Server: CentOS 8; Version: 2.3.3
@shymega commented on GitHub (Aug 28, 2020):
I use firewalld as well. As you made your rule permanent, you need to reload
firewalld to make the permanent rule take affect.
Alternatively, you can run the command again, and omit '--permanent',
which will make the rule take affect immediately.
On this date - Fri, Aug 28, 2020 at 03:36:26AM -0700, perpi wrote:
--
Kind regards,
Dom Rodriguez (shymega)
@Tropicananass commented on GitHub (Mar 22, 2021):
Using Fedora with firewalld enbaled by default. I have created a firewalld service
/etc/firewalld/services/barrier.xmland use this command (as root) to enable it :
firewall-cmd --permanent --zone=public --add-service=barrierIt could be useful to include it in the fedora build but I have no idea on how to do this.
@shymega commented on GitHub (Mar 22, 2021):
Service LGTM.
The only thing I'd like is for the
barrier.xmlfile to be targeted in the/usr/lib/firewalld/servicesdirectory, instead of/etc/firewalld/services.In terms of packaging, generally, RPMs are built by the package maintainers of distros - in your case, Fedora. I would put this service in
/res/from the Git repository root for now. Could you make a PR with these parameters?Thanks for your contribution!
@metal3d commented on GitHub (Nov 3, 2022):
There is already a Synergy file to allow access:
So, allowing this in default zone should work, it doesn't. I need to stop firewalld, connection barrier, and then restart the firewall (so the established connections are not stopped)
I really don't undestand why it refuse to connect even when the port is allowed (permanently or for the session)
@shymega commented on GitHub (Nov 26, 2022):
OK, thanks for letting us know about the Synergy service. I've added this to Input Leap's distribution-specific directory in a branch, which will be PR reviewed and merged soon. I don't work on Barrier anymore, but knowing there's a service for
firewalldis useful!