Samba zwischen Win98Se und Kubuntu

sinn3r

sinn3r

Law & Order
Hiho Kommunity,

ich brauche für mein Heimnetzwerk ein Datenaustausch zwischen meinen 2 Pc's.

Der eine ist ein Toshiba Notebook mit Kubuntu 6.06,
das andere ist ein Festcomputer mit Windows 98 Se Service Pack2.

Ich habe es bereits geschaft per MS Dateifreigabe auf die Dateien des Windowspc zu zugreifen.
Leider kann ich aber nicht vom Win Pc auf mein Notebook zugreifen.

Ich sehe zwar beide Pcs im Netzwerk, aber wenn ich vom Win Pc auf das Notebook zugreifen möchte kommt die folgende Fehlermeldung

http://img226.imageshack.us/img226/1407/netzwerkur3.th.jpg

Ich habe hier schon mehere Passwörter ausprobiert, unter anderem das von mir festgelegte Passwort, mein Rootpw des Linuxrechners und das Winkennwort, ohne Erfolg.

Meine Smb.conf sieht so aus:

Code:
[global]
workgroup = VILLA5
#unix password sync = yes
#passwd program = /usr/bin/passwd %u

[server]
path = /home/
read only = no
guest ok = yes
guest only = yes
valid users = testuser
force user = nobody
socket options = TCP_NODELAY IPTOS_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE

könnt ihr mir helfen?

Gruß
Basti
 
Meine Smb.conf sieht so aus:

Code:
[global]
workgroup = VILLA5
#unix password sync = yes
#passwd program = /usr/bin/passwd %u

[/QUOTE]
Scheinbar hast du die Passworte nicht aktiviert, probier doch mal: 

unix password sync = yes
passwd program = /usr/bin/passwd %u

Also einfach die Auskommentierungen # entfernen

grüße
 
so ich habe nun eine lösung gefunden, für die die es interessiert hier nochmal die lösung

Code:
[global]
## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = Villa5

# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
;   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
security = share
force user = root

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares.  This will share each
# user's home directory as \\server\username
[homes]
comment = Home Directories
browseable = no

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.  Un-comment the following parameter
# to make sure that only "username" can connect to \\server\username
valid users = %S
read only = no

# File creation mask is set to 0600 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0664.
create mask = 0600

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
directory mask = 0700

[BALAA]
path = /home/***/Desktop/balaa
guest ok = yes
case sensitive = no
msdfs proxy = no
 

Ähnliche Themen

Samba 4.1.11 Domänen anbindung funktioniert nicht !!!

Samba 4 AD Member Server

Ubuntu 14.4: Samba v3 => v4, Kein Zugriff

Samba4-clients

Windows clients können nicht mehr auf lange laufendes System zugreifen

Zurück
Oben