mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #57] Option to select the network controller? #48
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#48
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 @mario98 on GitHub (Jun 6, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/57
Is there an option to select the specific network controller that should be used for connection?
If not, do you think such an option could be implemented?
@dayne commented on GitHub (Jun 7, 2018):
The server binds to 0.0.0.0 by default meaning the port (24800) is open for business on all interfaces/networks on a system.
I think this is the correct behavior and can be managed at firewall level "I want to allow traffic from X network or X.Y IP to connect to my synergy port". I've had to handle this in the past and securing it at the firewall level for networks/IPs felt right.
Having to worry about an additional launch option/parameter to restrict the port binding to a specific network interface does not feel right at all.
That said if you want to restrict at the server level which network the port is open on it allows for that already using the
-aor--addressoption.barriers --helpshows the following hint for this:Given that typically a network controller is handling just a single network you are getting the effect you I think you are asking for. Recommend closing this issue as I think the core feature being requested is available already.
@mario98 commented on GitHub (Jun 9, 2018):
Ok, I see.
I also found out that in my setup, a connection via. the network I wanted is not possible anyway; I have a VPN that block every other network (blocking split tunneling). So it's not a missing option that holds me back, but the VPN of my company (which makes sense from a security perspective).