Connection Refused

Chuck Allison pluglist at plug.org
Thu May 29 15:03:39 MDT 2003


Hello Jesse,

Thursday, May 29, 2003, 2:11:44 PM, you wrote:

JS> Red Hat 8 runs xinetd - what does the file /etc/xinetd.d/swat include?
JS> To get this, edit the file and copy the contents.

Here is my swat file:

# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
#              to configure your Samba server. To use SWAT, \
#              connect to port 901 with your favorite web browser.
service swat
{
#       disable         = no
        port            = 901
        socket_type     = stream
        wait            = no
        only_from       = 127.0.0.1
        user            = root
        server          = /usr/sbin/swat
        log_on_failure  += USERID
}

Remember, I am able to run swat in my browser by using http:/127.0.0.1
- it's just localhost that doesn't work.

-- 
Best regards,
 Chuck Allison (The Harmonious CodeSmith)
 Senior Editor, C/C++ Users Journal
 cda at freshsources.com





More information about the PLUG mailing list