mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #305] Prebuilt lan-mouse.exe GUI cannot establish initial connection #156
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#156
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 @gracchen on GitHub (Jun 20, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/305
I attempted to test Lan Mouse between two Windows machines (Windows 10 and Windows 11) using the prebuilt lan-mouse-windows.zip from the latest full release. Any pointers would be appreciated. The only thing I could get to work before is Microsoft Garage Mouse Without Borders, I couldn't get Barrier or Deskflows to connect successfully either.
Goal
Use one machine as the server (sender), and the other as the client (receiver)
Problem
The client side doesn't seem to receive any signals from the server no matter what I do.
Test setup
Both machines on same LAN (Windows 10 server = 10.0.0.68, Windows 11 client = 10.0.0.214)
Firewall fully disabled on both ends for testing
lan-mouse.exe run on both machines (only binary provided in .zip)
Config file provided on server side:
Observed behavior
Server log shows:
But no alert or fingerprint prompt appears on the client gui.
Test-NetConnection -ComputerName 10.0.0.214 -Port 4242fails (expected for TCP, but testing UDP manually also showed silence)netstat -anoconfirms UDP port 4242 is open on client:Manually sent UDP packets to port 4242 via PowerShell — no response on client side (no logs, no network handling)
@gracchen commented on GitHub (Jun 21, 2025):
also sorry for an entirely irrelevant comment but - where is ubuntu release? I only see windows and mac.
@feschber commented on GitHub (Jun 25, 2025):
This might be a firewall configuration problem.
Could you try whitelisting UDP/4242? (Tcp is irrelevant)
I have not setup a build process for
.debpackages yet. For now, you have to manually install it or use nix.@feschber commented on GitHub (Jun 25, 2025):
Ah I missed that part...
Could you run it with trace logs enabled?
That would be
in powershell