Click to See Complete Forum and Search --> : swat


cuzvinn
10-21-2001, 02:47 AM
Where do I get swat? Is it part of the Samba package, or does it come from elsewhere. Also, where is inetd.conf on Red Hat 7.1?

Thanks

saiho
10-21-2001, 06:20 PM
SWAT is part of Samba program in RedHat 7.1
Just open up the LYNX or web browser. Most of the time, people use their loop back device to login, which usually is localhost at port 901.
http://localhost:901/

That should bring up the login screen and log in as root inorder for you to change the setting of Samba. Couple more things before you can login.

This 2 lines will activate samba in run level 3 and 5.

#chkconfig --level 3 smb on
#chkconfig --level 5 smb on

Also

#service samba restart
or
#service samba start

-----

To your other question, I think inetd.conf is gone from RedHat 7.1. It turn into /etc/xinetd.d and inside the directory, there are many services of indvidual files.
Hope this will help.

Sai