We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
2001:9e8:cd7:2b00:8e16:45ff:fe5e:c922
Address family not supported by protocol (os error 97)
The text was updated successfully, but these errors were encountered:
That's interesting, technically there should not be anything preventing you from using ipv6. I'll have to look into that.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: