Open ghost opened 3 years ago
If I add the iptables, barrier is working but my Samba is not anymore :(
I'm getting the exact same Connection refused
behavior on input-leap 2.4.0-release-release-3e681454.
Server: EndeavourOS x86_64 6.6.2-arch1-1 (via AUR) Client: macOS 14.1.1 23B81 arm64 M2 (via macports)
Disabling SSL did not work, nor did the iptables
invocation.
ARM64 builds of Input Leap are not supported officially yet.
What screen names are you using?
What screen names are you using?
server: ionian
client: lydian
I have been connecting from the client to the server via IP, not hostname.
Behavior is as expected if the macOS device is the server. Only the linux server / macOS client configuration is causing issues as far as I can tell.
You should be able to enable DEBUG2
logging in the GUI.
Please reply with the logs from the problematic setup, at that log level, as an attachment.
Thanks for taking a look at this, here's the logs from both machines in the failing configuration:
input-leap-client.log input-leap-server.log
Some notes:
sudo
(logs are still viewable via "Show Log (F2)")sudo
from the terminal
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 barrier
tcp6 0 0 :::24800 :::* LISTEN 31192/barriers
tcp6 0 0 :::35785 :::* LISTEN 31068/barrier
kit@wanderer:~$
Other info
Any advice would be greatly appreciated, thank you.
Update: I tried the following on the Linux server:
sudo iptables -I INPUT -p tcp --dport 24800 --syn -j ACCEPT
The 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.
Problem fixed - found an orphan Barrier thread still running and blocking the port.
So there's 2 issues here:
1) Linux firewall blocking the port - it'd be good if Barrier can identify this and let the user know. 2) Multiple instances of Barrier - again, it'd be good if Barrier can identify this and let the user know.
Many thanks!
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.
For those coming from google: Set both screen names of the mac and linux machines to something plain and simple ( no punctuation )
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!
thank you!