mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #597] Barrier can't connect - Linux server, MacOS client #468
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#468
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 @Eddles on GitHub (Mar 25, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/597
Operating Systems
Server: Linux Mint 19.1 Tessa
Client: MacOS Catalina 10.15.4
Barrier Version
Server: 2.3.2-snapshot-9080ce45
Client: 2.3.2-Release-210C2b70
Steps to reproduce bug
kit@wanderer:~$ sudo netstat -tupan | grep barriertcp6 0 0 :::24800 :::* LISTEN 31192/barrierstcp6 0 0 :::35785 :::* LISTEN 31068/barrierkit@wanderer:~$Other info
Any advice would be greatly appreciated, thank you.
@Eddles commented on GitHub (Mar 25, 2020):
Update: I tried the following on the Linux server:
sudo iptables -I INPUT -p tcp --dport 24800 --syn -j ACCEPTThe MacOS client popped up an SSL warning and asked me to accept it. I clicked on "accept" but it's back to connection timing out the same as before.
One step forward, but still the same situation.
@Eddles commented on GitHub (Mar 25, 2020):
Problem fixed - found an orphan Barrier thread still running and blocking the port.
So there's 2 issues here:
Many thanks!
@github-actions[bot] commented on GitHub (Sep 27, 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.
@sidouglas commented on GitHub (Jan 19, 2021):
For those coming from google:
Set both screen names of the mac and linux machines to something plain and simple ( no punctuation )
@x64nik commented on GitHub (Mar 20, 2021):
sry for late answer,
so i was trying to share my keyboard and mouse from win10 (pc) to kali linux (laptop) on first startup i got a successful connection between 2machines but on 2nd startup i got this same error 'Failed to connect to server : Timed out'. my client ip and host ip was also correct but still i was not getting a connection then i found that the windows firewall is blocking the connection and that the main reason of connection Timed out
SOLUTION :- go to windows firewall and go to windows firewall properties and go in privet profile section and allow Inbound Connection. andddd we are DONE!
@Nazareka commented on GitHub (Apr 28, 2021):
thank you!