I got this solved sort of. I had disabled ipv6 by adding the following to /etc/sysctl.conf.
i have now added ipv6.disable=1 to /boot/firmware/cmdline.txt. Now VNC is working the way I want but, there's another problem.
Perhaps I should start another thread for this but, now when I shutdown, the wayvnc service hangs for over a minute before timing out. Any way to either stop it from starting or shorten the timeout?
Code:
net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 1
Perhaps I should start another thread for this but, now when I shutdown, the wayvnc service hangs for over a minute before timing out. Any way to either stop it from starting or shorten the timeout?
Statistics: Posted by MickeyRat — Sun May 05, 2024 3:16 pm