Thread: Need help setting Samba up as a file server
greetings,
have been trying figure out how set samba file server. installed 9.10 64bit server w/ samba. added 5 500gb drives, each 2 partitions, , added them fstab , have them auto mounting /mnt/xxxxx location.
need following:
restrict computers can log samba server (iptablers?) ip addy, computer name, , or mac address (all 3 great).
need create shares each of 10 mount points have created. want create account have rwx privlidges, others r-x.
can specify windows users have access each specific folder? need acl's? there way give 1 user global access of folders within samba?
set encryption few of mount points if possible. option samba?
can help!
what need following:
restrict computers can log samba server (iptablers?) ip addy, computer name, , or mac address (all 3 great).this parameter in smb.conf can restrict host can access server resources. can string of ip address, range of ip address, or machine names. can placed in global section apply shares or placed on per share basis.code:hosts allow =
read = yes or read = no should it.i need create shares each of 10 mount points have created. want create account have rwx privlidges, others r-x.
can specify windows users have access each specific folder?these , other fun facts available here: http://www.samba.org/samba/docs/man/...mb.conf.5.htmlcode:valid users =
in case don't know there 2 different methods of sharing folders in linux different configuration files. classic shares , nautilus-share ( nautilus > sharing options). of things want can accommodated in nautilus-share things require per share authentication cannot. stick classic sharing - smb.conf.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Need help setting Samba up as a file server
Ubuntu
Comments
Post a Comment