mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1976] On Client Restart I have to reenter the Barrier Server IP address #1446
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#1446
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 @Abanar84 on GitHub (Sep 19, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1976
What happened?
When I restart the client computer, Barrier starts up and connects, I log into the computer, and Barrier resets its IP address and I have to manually go to the other computer and change the IP address to the Barrier Server in order to reconnect. I then have to "Reload" Barrier on both machines in order to get it working.
I tried Bonjour auto connect, but it will not install on Windows 11.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
GitHub page
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 11 on both machines
Relevant log output
No response
Any other information
No response
@Derek-Roberts commented on GitHub (Sep 24, 2024):
Unsure if you ever found a fix for this but what worked for me was on my Windows client that kept forgetting the IP I used the following to launch the client .exe w/ a specified hostname and IP:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"C:\Program Files\Barrier\barrierc.exe" -f --debug INFO --name CLIENTHOSTNAME --ipc --stop-on-desk-switch --enable-drag-drop --disable-crypto --profile-dir "C:\Users\USERNAME\AppData\Local\Barrier" [YOUR_CLIENT_IPV4/6_ADDRESS]:24800It takes a sec on startup and you will need to refresh your server connection (at least on my Mac I need to do this) but that should get things running w/ it remembering the IP. It never took via the config file like the FAQ shows for some reason.