smb.conf hilfe

baeckerman83

Registered User
Hi!
Brauche mal hilfe beim erstellen einer smb.conf
PC1 Debian etch (10.0.0.1)
PC2 Windows XP Home (10.0.0.6)

Der Samba Server läuft auf PC1 und PC2 soll darauf zugreifen.

PC2 hat verschiedene Benutzer. Daher muss der Benutzer Namen per Hand eingtragen werden.
Die Authentifizierung soll über Passwort und IP Adresse laufen.

Hier mal das was ich schon habe:
Code:
[global]
        log file = /var/log/samba/log.%m
        guest account = nobody
        socket options = TCP_NODELAY
        obey pam restrictions = yes
        interfaces = tun0/255.255.0.0
        null passwords = yes
        encrypt passwords = yes
        passwd program = /usr/bin/passwd %u
        passdb backend = tdbsam
        dns proxy = no
        server string = %h server
        invalid users = root
        workgroup =
        security = share
        syslog = 0
        panic action = /usr/share/samba/panic-action %d
        max log size = 1000

[baeckerman]
        writeable = yes
        path = /home/baeckerman83/austausch
        write list = baeckerman83
        revalidate = yes
        comment = Network Logon Service
        valid users = baeckerman83
        allow hosts = 10.0.0.*, 127.0.0.1

ist hier ein großer Fehler drin?
 
Back
Top