Comment 8 for bug 1952496

Revision history for this message
Steven Abner (pheonixo) wrote : Re: [Bug 1952496] Re: ubuntu 20.04 LTS network problem

Was forced to update to 20.04 which found solution to resolving/loading
bug:

alter file /etc/systemd/resolved.conf to:
LLMNR=yes
MulticastDNS=yes

create file /etc/systemd/network/wifi.network with contents:
[Match]
Name=wlp3*

[Network]
DHCP=yes
LLMR=yes
MulticastDNS=yes

followed by:
sudo systemctl enable systemd-networkd
sudo systemctl start systemd-networkd

to fix smb loading in 'Network/Entire Network' of condition
for listed 'smb://Stevens-Mac-Mini.local:445/'
    Unable to Mount Folder
    Could not connect to the server for this folder.
    Failed to retrieve share list from server: Software caused
connection abort
alter /etc/samba/smb.conf just under:
[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will
part of
   workgroup = WORKGROUP
add:
   client min protocol = NT1
   client max protocol = SMB3