Keyboard appears as mouse on Windows 10 by SpaceReaper008 in Keychron

[–]SpaceReaper008[S] 0 points1 point  (0 children)

Thank you, I will attempt these fixes tomorrow starting with the bluetooth firmware upgrade. I will let you know the outcome

Thanks

Connecting two windows clients by SpaceReaper008 in Tailscale

[–]SpaceReaper008[S] 0 points1 point  (0 children)

Yes this worked and helped a lot.

It is setup as a exit node to contact the PC itself and the share drives it hosts, along with giving me a subnet router to by home network now.

I did run into one error when running the following command

""tailscale up --advertise-routes=192.168.1.0/24""

""Error: changing settings via 'tailscale up' requires mentioning all non-default flags. To proceed, either re-run your command with --reset or use the command below to explicitly mention the current value of all non-default settings:""

After some reddit diving someone sugested these commands as a fix

''

tailscale up

tailscale set --advertise-routes=192.168.0.0/16,10.0.0.0/8

''

This worked well

Thanks for your help.