mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #728] Using over VPN #569
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#569
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 @y20zhang-nokia on GitHub (Jun 2, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/728
Operating Systems
Server/Client: Ubuntu 18.04 or Manjaro 20.01 or Windows 10
Is there any suggestion for using barrier over VPN? I lost control immediately after turning the VPN on.
I saw this post about Synergy over VPN, but I am not sure how applicable it is.
@p12tic commented on GitHub (Jun 3, 2020):
You need to still have routing to LAN available. I suspect your VPN solution redirects all network traffic through the VPN.
Barrier works through a VPN that only affects certain network subnets just fine, I'm using it regularly this way.
@fkieber commented on GitHub (Sep 8, 2021):
I use successfully an ssh tunnel.
ssh -g -C -T -p 22 -L 24800:my_barrier_server_local_network_ip:24800 user@my_server_external_ip
On Windows you can use PuTTY.