mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #201] IPv6 support: Address family not supported by protocol (os error 97) #92
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#92
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 @schanur on GitHub (Sep 16, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/201
Hi,
I am having problems using lan-mouse in a IPv6 only network.
This is the console input/response:
lan-mouse > connect right 2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922 4242
[2024-09-16T13:18:44Z INFO lan_mouse::server] added client 0
[2024-09-16T13:18:44Z INFO lan_mouse::dns] resolving (0)
2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922...[2024-09-16T13:18:44Z INFO lan_mouse::dns] 2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922: adding ip 2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922
client 0: hostname updated ("" -> 2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922)
lan-mouse > lan-mouse > lan-mouse > [2024-09-16T13:18:50Z WARN lan_mouse::server::network_task] udp send failed: network error:
Address family not supported by protocol (os error 97)[2024-09-16T13:18:50Z WARN lan_mouse::server::ping_task] client not responding, releasing pointer!
@feschber commented on GitHub (Sep 17, 2024):
That's interesting, technically there should not be anything preventing you from using ipv6. I'll have to look into that.
@Froidoh commented on GitHub (Aug 14, 2025):
Similar issue: https://github.com/feschber/lan-mouse/issues/269#issuecomment-3188179432