mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1915] Can neither reach client nor server #1396
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#1396
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 @sid115 on GitHub (Mar 16, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1915
What happened?
SCENARIO 1:
When trying to start the server with a specified client address, the server fails to start.
SCENARIO 2:
Without specifying a client address, the server starts successfully, but the connection cannot be established.
Client IP: 192.168.178.41, hostname "PC"
Server IP: 192.168.178.22, hostname "ideapad"
See log output for detailed information on how the services are started.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Windows 10 Client: https://github.com/debauchee/barrier/releases/download/v2.4.0/BarrierSetup-2.4.0-release.exe
Arch Linux Server: https://archlinux.org/packages/community/x86_64/barrier/
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Server: Arch Linux 6.2.6-arch1-1
Client: Windows 10 22H2 (Build 19045)
Relevant log output
Any other information
barrier server config:
Firewall on server:
sudo iptables -L --line-numbersFirewall on Client:
Windows Defender Firewall inbound rules for barrier.exe and barrierc.exe
Trying to reach server:
Test-NetConnection -Port 24800 -ComputerName 192.168.178.22 -InformationLevel DetailedTrying to reach client:
nc -vz 192.168.178.41 24800nc: connect to 192.168.178.41 port 24800 (tcp) failed: Connection refused