To whom it may concern: I'm attempting to use SAMBA via SWAT. I have done the following: * created the stunnel account * updated the /usr/share/ss/certs with stunnel.pem * updated the /etc/stunnel/stunnel.conf file to include: home directory info, stunnel messages, SSL Cert. and ports (901/902) * created swat-stunnel in /etc/xinetd.d * disabled swat from /etc/xinetd.d/swat * added swat-tunnel 902/tcp to /etc/services and kept swat 901/tcp in /etc/services * turned off swat via chkconfig * turned on swat-stunnel via chkconfig * started stunnel * killed stunnel (pkill stunnel), restarted xinetd and started stunnel But, when I check for to see if the tcp port 902 is listening via netstat -an I only get this tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN I DO NOT GET THE OTHER ENTRY: tcp 0 0 127.0.0.:902 0.0.0.0:* LISTEN Any ideas what I missed? Any help would be greatly appreciated. Thanks - Karen