<html>
<body>
At 07:31 PM Wednesday, 9/19/2007, you wrote -=><br>
<blockquote type=cite class=cite cite="">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.
<br><br>
Can someone provide a check list? </blockquote><br>
1. Check to see if you have /etc/xinetd.d/swat - it should look
like:<br><br>
# default: off<br>
# description: SWAT is the Samba Web Admin Tool. Use swat \<br>
#             
to configure your Samba server. To use SWAT, \<br>
#             
connect to port 901 with your favorite web browser.<br>
service swat<br>
{<br>
       
port            =
901<br>
       
socket_type     = stream<br>
       
wait            =
no<br>
#      
only_from       = 127.0.0.1<br>
       
user            =
root<br>
       
server          =
/usr/sbin/swat<br>
        log_on_failure  +=
USERID<br>
       
disable         = no<br>
}<br><br>
<tt>2. Did you restart extended internet services?  Check netstat to
see if the service is running:<br><br>
$netstat -a | grep swat<br>
tcp
<x-tab>    </x-tab>0<x-tab>
       </x-tab>0
<x-tab>      </x-tab>*:swat
<x-tab> </x-tab>*</tt>:*<x-tab>
       </x-tab>LISTEN<br><br>
</tt>3.  Point your browser to the proper port - in this case 901 -
and login as root.<br>
<x-sigsep><p></x-sigsep>
. . . . . . . . . . . . . . . . . .<br>
Randomly Generated Quote (810 of 1270):<br>
Mum's the word.<br>
               
-- Miguel de Cervantes<br>
</body>
</html>