mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1049] port 24800 is blocked in the switch, how can i use different port (MacOS - Big Sur) #832
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#832
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 @amjadqzz1997 on GitHub (Feb 1, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1049
connection timeout, since port 24800 is blocked, and i would like to use instead port 1025.
i cannot change the switch settings, iam not Admin
is there any way change the port, thanks
Barrier gonna simplify my life... please help on that.
@albertony commented on GitHub (Feb 3, 2021):
On server: Menu
Barrier>Change Settings, set the port you want under theNetworkingsection.On client: Set port number following a
:after theserver IP, e.g.192.168.0.99:1025(where the example IP192.168.0.99of course must be changed to the address of your actual server).@amjadqzz1997 commented on GitHub (Feb 3, 2021):
Hello @albertony ,
Thank u for the quick reply, i could not find the networking section, please see the below picture,
please let me know what menu are u taking about, can us send me a screen shot ?
Your assistance is highly appreciated,
Best regards,
Amjad Abu Aisha
@albertony commented on GitHub (Feb 3, 2021):
Oh sorry, looks different on MacOS than on Windows. Try F4 key.
Edit: I have never used a Mac in my life, but did a quick search: Could it be that the non-bold "Barrier" item on top of your screen is the app menu, where you will find
Barrier>Change Settingsas I described earlier?(https://support.apple.com/en-gb/guide/mac-help/mchlp1446/mac#:~:text=App%20menus%20are%20located%20next,Use%20the%20built%2Din%20help.)
@p12tic commented on GitHub (Jun 21, 2021):
I'm closing this issue as it seems the last comment has answered the question. If this is not the case, please re-open.
@tallero commented on GitHub (Dec 13, 2021):
How to set the port in the configuration file/command line?
@albertony commented on GitHub (Dec 14, 2021):
On server, you set the port as part of the
-a, --address <address>option. See:https://github.com/debauchee/barrier/wiki/Command-Line#server-command-line-options
E.g for port 1234, some alternatives are:
--address :1234
--address 0.0.0.0:1234
--address localhost:1234
Kana,Eisu_toggleandMuhenkan#1705