mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #737] Working as server but not working as client #578
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#578
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 @mcnaveen on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/737
Operating Systems
Server: Ubuntu 20.04
Client: Windows 7
Barrier Version
2.3.2
Steps to reproduce bug
Started the Server. Checked logs...
In the Client Log...
Other info
I tried to swap the client as a server and server as a client.
It works this way.
But, Previously I used like this.
While Upgrading from Ubuntu 18.04 to 20.04 I did the fresh installation. After that, this problem occurs.
@mcnaveen commented on GitHub (Jun 4, 2020):
Running this command on Ubuntu (Barrier Server) Solved the issue.
sudo iptables -I INPUT -p tcp --dport 24800 --syn -j ACCEPTBasically What it does is opening the TCP Port 24800 for the Barrier server.