1/04/2011

Install SWAT

[1] Install xinetd first.
[root@master ~]# yum -y install xinetd

[root@master ~]# /etc/rc.d/init.d/xinetd start
Starting xinetd:[  OK  ]
[root@master ~]# chkconfig xinetd on
[2] Install SWAT
[root@master ~]# yum -y install samba-swat

[root@master ~]# vi /etc/xinetd.d/swat

# line 10: IP address you allow
only_from = 127.0.0.1 10.0.0.0/24

# line 14: change
disable = no

[root@master ~]# /etc/rc.d/init.d/xinetd restart
Stopping xinetd:[  OK  ]
Starting xinetd:[  OK  ]
[3] Access to 'http://(your server's hostname or IP address):901'. After accessing, user name and password is required to login. Input for root's one in it and login, then following screen is shown and you can configure samba on browser.
Samba Index




From (server-world.info)

No comments:

Post a Comment