Koozali.org: home of the SME Server
Contribs.org Forums => Koozali SME Server 10.x => Topic started by: mauro on July 31, 2021, 10:02:10 AM
-
I cannot get wins name resolution to work in SME10.
I can ping <pc_name> from one pc to the other, but from the server i get the error
"ping: <pc_name>: Name or service not known."
In the past on SME9.2 I used the workaround of bug #7013 but that is not enough, am I missing some packages or configuration?
-
Have a read on SMB1 vs SMB3. Lots of threads here and covered in depth many times.
A good search will lead you to smeserver-wsdd.
-
Thanks but wsdd is already installed und running:
#rpm -qa | grep wsdd
smeserver-wsdd-0.2-5.el7.sme.noarch
wsdd-0.6.4-1.el7.noarch
# systemctl status wsdd
● wsdd.service - Web Services Dynamic Discovery host daemon
Loaded: loaded (/usr/lib/systemd/system/wsdd.service; enabled; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/wsdd.service.d
└─50-koozali.conf
Active: active (running) since Sat 2021-07-31 08:25:31 CEST; 2h 13min ago
Docs: man:wsdd(1)
Main PID: 9421 (python3)
Memory: 12.0M
CGroup: /system.slice/wsdd.service
└─9421 python3 /usr/bin/wsdd -4 -i br0 -w chemcharter -s
Jul 31 08:25:31 wintermute.chemcharter.com systemd[1]: Started Web Services Dynamic Discovery host daemon.
-
SME10 by default does not support SMB1 and Netbios name resolution (WINS), wsdd implements a Web Service Discovery which is better explained Here (https://github.com/christgau/wsdd/blob/master/README.md)