mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #909] Windows 7 and Ubuntu 20.04 no longer working after windows sleep #725
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#725
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 @dookei on GitHub (Oct 12, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/909
Hi there,
My barrier worked for a day! :-)
Both machines are on the same local network and both can ping each other.
I disabled already all the firewalls to see if the issue was related to the firewall. No luck neither.
The weird thing is that this worked already before. The only thing I have done was to put the windows machine to sleep for the night. In the next morning no longer connects to the server.
I also tried to set the server on the windows machine. Reinstall Barrier on both machines ...etc... nothing seams to work no more.
My Barrier version on both machines is 2.3.2.
Any idea what might be?
Greetings
@mcnaveen commented on GitHub (Oct 12, 2020):
Can you post the log? I too faced the same kinda issue. #737
@dookei commented on GitHub (Oct 13, 2020):
Hi @mcnaveen ,
thanks for your reply. The solution that you proposed also worked for me ?
sudo iptables -I INPUT -p tcp --dport 24800 --syn -j ACCEPT
I believe that when I activated the vpn kill switch it closed some ports for me. I now added this command to the startup script with barrier. Many thanks !
@mcnaveen commented on GitHub (Oct 13, 2020):
You're Welcome 🙂