Samba server and client configuration in Debian
http://www.debianhelp.co.uk/samba.htm http://julien.herbin.ecranbleu.org/samba_client_howto/ Samba server configuration apt-get install samba samba-client Check an smb.conf configuration file for internal correctness. testparm Look what services are available on a server. smbclient -L //server -U username /etc/samba/smb.conf [global] workgroup = WORKGROUP server string = %h server (Samba %v) dns proxy = no log file = /var/log/samba/log.%m max log size = … Read more