Disabling Wayland and changing to Xorg is the best way to counter the issue for failure of LAN remote connection. Disabling WayLand as follow:
1. Edit GDM Configuration via Terminal
sudo nano /etc/gdm3/custom.conf
2. Look for the line for Wayland.
#WaylandEnable=false
3. Uncomment the Wayland line.
4. Save and exit.
5. Restart GDM or reboot your system.
sudo systemctl restart gdm3
sudo reboot

Leave a Reply