FreeMan wrote: > > my inetd.conf already ends like this: > > swat stream tcp nowait.400 root /usr/local/samba/bin/swat > swat > #<off># swat stream tcp nowait.400 root > /usr/sbin/tcpd /usr/sbin/swat > > I've tried to connect via browser and http://<netbios-name>:901 and > also http://<ip-adress>:901, but I always get a dns-error. > Do I have to delete this "<off>" from the inetd.conf to get it work?
Everything beginning with # in inetd.conf is ignored so _yes_ you gotta remove '#off#' from it. Then give inet a HUP killall -HUP inetd Then try again to connect to port 901 with your Brwoser. Use the IP Address not the Netbios Name ! Alex