Sambaprofis help!
Geizhals » Forum » Linux-Support » Sambaprofis help! (12 Beiträge, 231 Mal gelesen) Top-100 | Fresh-100
Du bist nicht angemeldet. [ Login/Registrieren ]
Sambaprofis help!
11.03.2005, 02:20:19
tut leid weil ich schon wieder einen thread aufmache aber bin scho verzweifelt, ich kann einfach ned zugreifen auf linux sehen tu ich den server aber er schreibt immer "Der Netzwerkpfad wurde nicht gefunden" hin >:-(

meine samba config:

[global]
workgroup = arbeitsgruppe
netbios name = linumax
server string = server
os level = 65
keep alive = 30
kernel oplocks = false
interfaces = 192.168.0.3/255.255.255.0
bind interfaces only = yes
socket options = TCP_NODELAY
hosts allow = 192.168.

security = share
encrypt passwords = no
guest account = nobody
map to guest = Bad User

log file = /var/log/samba/log.test
guest ok = yes

[TestShare]
path = /Data
comment = Verzeichnis zum lesen
writeable = yes
guest ok = yes
browseable = yes
available = yes
read only = no
create mask = 777
directory mask = 777

[share]
path = /shareordner
writeable = yes
case sensitive = no
msdfs proxy = no
valid users = nobody

_________________________________________
in smbuseres steht das drinnen

nobody = Cow

__________________________________________
in smbpasswd steht das drinnen

nobody:99:7D0FBAEBF878E771AAD3B435B51404EE:554403F0A69C96F2E0F76196D475B447:[U          ]:LCT-4230EA6D:

____________________________________________
lmhost

127.0.0.1 localhost
___________________________________________

muss ich ev am server eine fat32 partition einrichten das er zugreifen kann?

danke für alles, mfg
____________________________________________









Antworten PM Übersicht Chronologisch
 
Melden nicht möglich
.
Re: Sambaprofis help!
11.03.2005, 07:20:19
ich poste mal meine smb.conf.. weiss jetzt nicht was Du für einen Fehler hast, kannst ja die ggf. übernehmen :).


#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not many any basic syntactic
# errors.
#

#======================= Global Settings =======================

[global]
        dns proxy = no
        log file = /var/log/samba/log.%m
        server string = %h server (Samba %v)
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
        obey pam restrictions = yes
        invalid users = root
        socket options = TCP_NODELAY
        path = /home/bernhard
        workgroup = seucc
        encrypt passwords = true
        syslog = 0
        panic action = /usr/share/samba/panic-action %d
        passdb backend = tdbsam guest
        passwd program = /usr/bin/passwd %u
        max log size = 1000

        os level = 200

[homes]
        revalidate = yes
        create mask = 0700
        directory mask = 0700
        browseable = no
        comment = Home Directories
        valid users = bernhard

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

[anonftp]
comment = London's anonymous FTP - Access, filled with fog!
writable = yes
locking = yes
path = /home/ftp
public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#       cdrom share is accesed. For this to work /etc/fstab must contain
#       an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#       is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom





Antworten PM Übersicht Chronologisch Zum Vorgänger
 
Melden nicht möglich
 

Dieses Forum ist eine frei zugängliche Diskussionsplattform.
Der Betreiber übernimmt keine Verantwortung für den Inhalt der Beiträge und behält sich das Recht vor, Beiträge mit rechtswidrigem oder anstößigem Inhalt zu löschen.
Datenschutzerklärung