Fedora 18
Sponsored Link

Install SWAT2013/01/23

 
Install SWAT to configure Samba from Web browser.
[1] Install xinetd and SWAT
[root@lan ~]#
yum -y install xinetd samba-swat
[root@lan ~]#
vi /etc/xinetd.d/swat
# line 10: add IP address you permit

only_from = 127.0.0.1
10.0.0.0/24
# line 14: change

disable =
no
[root@lan ~]#
systemctl start xinetd.service

[root@lan ~]#
systemctl enable xinetd.service

[2] Access to [http://(server's hostname or IP address):901]. After accessing, user name and password is required to login. Input root's one in it and login, then following screen is shown and you can configure samba on web browser.
Matched Content