Network discovery problems windows 11> Neth7

Hi

This issue is caused by the missing WSDD service inNethServer.
Win10 needs the WSDD service to list the host. Older Version, eg Win7 used simple NetBIOS listing on SMB1…

See eg here:

WSDD can easily be installed on NethServer, zB:

yum install -y wsdd
systemctl enable wsdd
systemctl restart wsdd

Configuring WSDD:

nano /usr/lib/systemd/system/wsdd.service
systemctl daemon-reload
systemctl restart wsdd

Example:
ExecStart=/usr/bin/wsdd --shortlog -p -d HOME -n Home-NethServer

My 2 cents
Andy

WSD on a Synology NAS (Built-In):

QNAP also has this somewhere, TrueNAS seems to have this already built-In! :slight_smile:

4 Likes