mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #168] Ubuntu client and Windows server #135
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#135
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 @ploca14 on GitHub (Oct 31, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/168
When i try to connect my ubuntu client to my windows server i get this log on my Ubuntu machine:
[2018-10-31T23:01:09] ERROR: server refused client with name "ploca14-Inspiron"
/home/ploca14/Downloads/barrier/src/lib/client/ServerProxy.cpp,203
[2018-10-31T23:01:09] WARNING: failed to connect to server: server refused client with our name
/home/ploca14/Downloads/barrier/src/lib/barrier/ClientApp.cpp,302
Why is that? Am i doing something wrong? :(
@AdrianKoshka commented on GitHub (Oct 31, 2018):
You need to open the port barrier uses on windows firewall. Sorry about that, It'll be fixed in 2.2.
@ploca14 commented on GitHub (Nov 1, 2018):
Even after i opened the port it doesn't work :/
[2018-11-01T17:14:02] WARNING: unrecognised client name "ploca14-Inspiron", check server config
this is what my windows machine says.
@AdrianKoshka commented on GitHub (Nov 1, 2018):
Did you click on the "Configure server" dialogue, and then configure the client(s)?
@ploca14 commented on GitHub (Nov 1, 2018):
I figured that i had to open the configure server and add the client manually. And now it works.