5. Samba einstellen

5.1 Samba als File- und Drucker-Server

    /etc/smb.conf:

        [global]
                workgroup = NOWORK
                interfaces = 192.168.10.11
                bind interfaces only = Yes
                encrypt passwords = Yes
                hosts allow = 192.168.10.
                unix password sync = Yes
        [homes]
        ..
        [printers]
        ..
        [data]
                comment = Server Dateien
                path = /data
                read only = No

# Name der Windows Arbeitsgruppe
# IP Adresse der Netzwerkkarte
 

# Welche Rechner haben Zugriff?

5.2 Benutzer einrichten

smbpasswd -a username

oder mit SWAT

5.3 Test

Samba starten mit SWAT oder
/sbin/init.d/smb start

Testen ob Samba funktioniert:
smbclient -U username -L servername