I set this up some time ago on my home system, and found it very useful given that I have a windows machine I use to run photoshop. It is very nice to copy files back and forth between the machines using the network. On windows, the area I have decided to share from my linux machine appears as a Z: drive the way I set things up.
testparmThen you need to add at least one user to the samba database and start the server:
smbpasswd -a tom systemctl enable smb.service systemctl restart smb.serviceDoing the enable ensures that the service will get started next time you reboot. This is not quite enough if you are running a firewall (as you should be).
netstat -lnWhat I do is to hand edit /etc/sysconfig/iptables and do:
systemctl restart iptables.serviceThat is it for the linux side.
Adventures in Computing / tom@mmto.org