Samba/Swat Help

Ed Kasky ed at esson.net
Thu Sep 20 03:18:54 UTC 2007


At 07:31 PM Wednesday, 9/19/2007, you wrote -=>
>I have installed samba and swat on my fedora 7 box. I can not 
>connect to swat with the browser. The firewall is open. What else do 
>I need installed or services running.
>
>Can someone provide a check list?

1. Check to see if you have /etc/xinetd.d/swat - it should look like:

# 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
{
         port            = 901
         socket_type     = stream
         wait            = no
#       only_from       = 127.0.0.1
         user            = root
         server          = /usr/sbin/swat
         log_on_failure  += USERID
         disable         = no
}

2. Did you restart extended internet services?  Check netstat to see 
if the service is running:

$netstat -a | grep swat
tcp     0       0       *:swat  *:*       LISTEN

3.  Point your browser to the proper port - in this case 901 - and 
login as root.

. . . . . . . . . . . . . . . . . .
Randomly Generated Quote (810 of 1270):
Mum's the word.
                 -- Miguel de Cervantes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070919/e35c2314/attachment-0001.htm>


More information about the fedora-list mailing list