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

Vista + WIndows 7

Hallo zusammen,

anbei meine sam.conf.

Ich kann zwar meinen Laptop von Linux aus mit ping erreichen, aber ich finde in weder von Linux aus, noch wird mein Linux PC im Explorer von Vista angezeigt.

Code:
# Samba config file created using SWAT
# from UNKNOWN (�7.0.���)
# Date: 2009/12/03 22:17:09

[global]
	security = DOMAIN
	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
	wins support = Yes
	usershare allow guests = Yes
	usershare max shares = 100
	cups options = raw

[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	read only = No
	inherit acls = Yes
	browseable = No
	browsable = 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
	browsable = 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

[mp3]
	path = /home/peter/mp3
	guest ok = Yes
[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	read only = No
	inherit acls = Yes
	browseable = No
	browsable = No
was ich mir vorstelle, mein inux-Pc diehnt als Server und soll von beiden , Vista u Windws 7 Pc's aus erreicht werden können.

Danke schonmal
Peter
 

P6CNAT

Advanced Hacker
Hallo,

guck doch mal ob der Samba Daemon läuft, das sollte so ähnlich aussehen.

Code:
$ ps -ef | grep smb
root      3406     1  0 12:21 ?        00:00:00 /usr/sbin/smbd -D -s /etc/samba/smb.conf
root      3422  3406  0 12:21 ?        00:00:00 /usr/sbin/smbd -D -s /etc/samba/smb.conf

Sind die Firewall Ports offen?

Gruß
Georg
 

stka

Guru
Setzte mal "security = user", das ist die richtige Einstellung wenn dein Linux Domaincontroller sein soll. Security = Domain ist nur sinnvoll wenn der Linux Rechner in einer Windows Domain Mitglied ist.
 
P6CNAT schrieb:
Hallo,

guck doch mal ob der Samba Daemon läuft, das sollte so ähnlich aussehen.

Code:
$ ps -ef | grep smb
root      3406     1  0 12:21 ?        00:00:00 /usr/sbin/smbd -D -s /etc/samba/smb.conf
root      3422  3406  0 12:21 ?        00:00:00 /usr/sbin/smbd -D -s /etc/samba/smb.conf

Sind die Firewall Ports offen?

Gruß
Georg

Hier ersccheint folgende Ausgabe:
linux-c0w9:/home/peter # rcsmb start && rcnmb start
Starting Samba SMB daemon - Warning: daemon already running. done
Starting Samba NMB daemon done
linux-c0w9:/home/peter # $ ps -ef | grep smb
linux-c0w9:/home/peter #

also der grep zeigt schonmal nichts an, und die FireWall ist ausgeschaltet.

Peter
 
Grüß Dich,
ich versuche das mal:

stka schrieb:
Setzte mal "security = user", das ist die richtige Einstellung wenn dein Linux Domaincontroller sein soll. Security = Domain ist nur sinnvoll wenn der Linux Rechner in einer Windows Domain Mitglied ist.

aber zum Verstädniß, meine beiden WindowsPc's sind Mitglied von Workgroup, sollte das dann der linux Pc nicht auch sein??

Danke
Peter
 
Oben