• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Linux zu Windows geht, Windows Zu linux nicht

sedesc

Newbie
Hi,
ich versuche seit eineer Weile von meinem Windows Rechner auf meinen Linux Rechner zuzugreifen. Vom linux Rechner geht das allerdings werden in dem Netzwerkbrowser unter smb:/ nichts angezeigt. Jedoch wenn ich die Adresse Manuell eingebe funktioniert es.
Auf meinem Windowsrechner geht gar nichts. Jedesmal wenn ich versuche eine Freigabe hinzuzufügen kommt der Fehler "Der eingegebene Ordner ist ungültig". Ich kann von meinem Windows Rechener den Linux Rechner pingen aber "net view" zeigt nichts an.
Kann mir jemand helfen?

Meine smb.conf:
Code:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2006-11-27
[global]
workgroup = Tomatosoup
printcap name = cups
cups options = raw
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
domain master = no
winbind gid = 10000-20000
winbind uid = 10000-20000
restrict anonymous = no
max protocol = NT
acl compatibility = winnt
ldap ssl = No
server signing = Auto
guest account = sedesc
null passwords = yes
map to guest = Bad User
case sensitive = no
strict locking = no
msdfs proxy = no
security = share
preferred master = no

[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes

[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700

[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/

[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775

## Share disabled by YaST
# [netlogon]
#	comment = Network Logon Service
#	path = /var/lib/samba/netlogon
#	write list = root

[musik]
path = /local/Eigene Dateien/Eigene Musik/
guest ok = yes
read only = no

Vielen Dank schonmal
sedesc
 
OP
S

sedesc

Newbie
Code:
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[profiles]"
Processing section "[users]"
Processing section "[groups]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[netlogon]"
Processing section "[musik]"
Loaded services file OK.
Server role: ROLE_DOMAIN_PDC
Press enter to see a dump of your service definitions

[global]
        workgroup = TOMATOSOUP
        map to guest = Bad User
        null passwords = Yes
        guest account = sedesc
        acl compatibility = winnt
        server signing = auto
        printcap name = cups
        add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
        logon path = \\%L\profiles\.msprofile
        logon drive = P:
        logon home = \\%L\%U\.9xprofile
        domain logons = Yes
        os level = 65
        preferred master = Yes
        domain master = Yes
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        cups options = raw
        case sensitive = No
        strict locking = No
        include = /etc/samba/dhcp.conf
        msdfs proxy = no

[homes]
        comment = Home Directories
        valid users = %S, %D%w%S
        read only = No
        inherit acls = Yes
        browseable = No

[profiles]
        comment = Network Profiles Service
        path = %H
        read only = No
        create mask = 0600
        directory mask = 0700
        store dos attributes = Yes

[users]
        comment = All users
        path = /home
        read only = No
        inherit acls = Yes
        veto files = /aquota.user/groups/shares/

[groups]
        comment = All groups
        path = /home/groups
        read only = No
        inherit acls = Yes

[printers]
        comment = All Printers
        path = /var/tmp
        create mask = 0600
        printable = Yes
        browseable = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin, root
        force group = ntadmin
        create mask = 0664
        directory mask = 0775

[netlogon]
        comment = Network Logon Service
        path = /var/lib/samba/netlogon
        write list = root

[musik]
        path = /local/Eigene Dateien/Eigene Musik/
        read only = No
        guest only = Yes
        guest ok = Yes

Danke
 

-=dna=-

Newbie
Hi,

mir geht es vom Prinzip her ähnlich. Habe Samba soweit, daß ich von Linux auf freigegebene Ordner von Windows zugreifen kann. Nur von Windows eben nicht auf Linux. Ich sehe zwar die Ordner, nur haben die alle ein Schloß davor. Dann hab ich da ein wenig in den Ordnerfreigaben "rum gespielt" und sehe nun über windows immerhin schon einmal den ordner ohne Schloß davor. Wenn ich darauf zugreifen möchte, heißt es: The specified Path was not found.

Habe auch schon ein wenig gesucht, leider nichts zutreffendes gefunden.

Über ein paar Tips würd ich mich freuen.

thx... &...cu



opensuse 10.2
 

stummel

Hacker
Hallo sedesc,

poste doch bitte mal wie, oder mit welchem Befehl du versucht hast dich von Windows mit der Samba-Freigabe zu verbinden.

Ich darf aber davon ausgehen das beide Rechner sich in der gleichen Arbeitsgruppe befinden?

Hast du die Firewall auf dem Linux-Rechner testweise abgeshaltet?
 
Oben