How to setup Samba on CentOS/RedHat etc…
Reference to older post (Debian)
Note: You can also login into to the server with
# ssh -X user@server
# yum install system-config-samba…
Setup Samba Howto
Howto Setup Samba
Reference to my newer post (RedHat/CentOS)
Install the packet:
# apt-get install samba
Check your open port:
# netstat -an |grep listen
No port 139 ?
Create …