Comments on Mandriva 2010.0 Samba Standalone Server With tdbsam Backend
Mandriva 2010.0 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Mandriva 2010.0 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
1 Comment(s)
Comments
Thank You, it's very helpful.
As You wrote above to connect to server must write down server IP-address. For access to server by name which shown in share list I suggest to open in shorewall a few ports:
sudo vi /etc/shorewall/rules.drakx
And add ports:
tcp 135,139,445 udp 137,138
Restart shorewall
sudo service shorewall restart
That's all.
Enjoy!