VMware Images:
|
Samba Fileserver With SWAT On Fedora 8
Samba Fileserver With SWAT On Fedora 8Version 1.0 This document describes how to set up and configure a Samba fileserver on Fedora 8 with the Samba Web Administration Tool (SWAT). The resulting system provides an easy to use fileserver for your Windows network. This howto is a practical guide without any warranty - it doesn't cover the theoretical backgrounds. There are many ways to set up such a system - this is the way I chose.
1 Preliminary NoteI used a minimal Fedora 8 installation without GUI etc for this howto. Additionally I had to deinstall Firefox after the minimal installation.
2 Preparation2.1 YumFirst we install some packages to speed up yum and prevent problems with packages. yum install yum-fastestmirror yum-skip-broken
2.2 SELinuxSELinux should be disabled. If you're not sure if it is disabled enter: cat /etc/selinux/config | grep ^SELINUX= Disable SELinux if it is enabled: vi /etc/selinux/config Set SELINUX=enforcing to SELINUX=disabled Afterwards reboot the system: reboot
2.3 UpdateTime to update your system: yum update
3 SambaNow we install Samba and the Samba Web Administration Tool. yum install samba samba-swat
4 Basic Configuration4.1 FirewallWe have to open a few ports so that the clients can connect to Samba: system-config-firewall-tui Set Samba as a trusted service.
4.2 XinetdIf you set up a server without GUI you have to add an additional IP to the swat configuration to use the swat-webinterface. vi /etc/xinetd.d/swat Change only_from = 127.0.0.1 To only_from = 127.0.0.1 %additional_ip%
4.3 ServicesNow we enable the automatic startup of the needed services. chkconfig smb on Afterwards reboot the system. reboot
|





print: 


Recent comments
17 hours 14 min ago
17 hours 18 min ago
21 hours 20 min ago
1 day 7 hours ago
1 day 10 hours ago
1 day 18 hours ago
2 days 18 hours ago
2 days 20 hours ago
3 days 26 min ago
4 days 5 hours ago