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

Samba x Probleme

Hallo,

ich verzweifle noch mit Samba und ich bekomms einfach nicht zum laufen.

Am Windows NT Rechner hat die Aufnahme in die Domäne einwandfrei geklappt. Vorher Maschinenkonto erstellt und einen User auch.
Jetzt kommt bei der Anmeldung, dass die Domäne nicht verfügbar sei.

Auf einer anderen Windows 2k Maschine funktioniert nicht einmal das Aufnehmen in die Domäne. Es kommt ein DNS Lookup Up Problem. Samba ist aber als WINS Server konfiguriert. Es läuft aber noch ein DNS Server im Netzwerk.

Was kann da denn falschlaufen?

Hier ein Ausschnitt aus den logs (weiss nicht ob er weiterhilft)
Code:
[2006/01/20 09:34:10, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/01/20 09:34:10, 3] smbd/process.c:timeout_processing(1334)
  timeout_processing: End of file from client (client has disconnected).
[2006/01/20 09:34:10, 3] smbd/sec_ctx.c:set_sec_ctx(288)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2006/01/20 09:34:10, 2] smbd/server.c:exit_server(609)
  Closing connections
[2006/01/20 09:34:10, 3] smbd/connection.c:yield_connection(69)
  Yielding connection to 
[2006/01/20 09:34:10, 3] smbd/server.c:exit_server(652)
  Server exit (normal exit)

So langsam bin ich wirklich kurz davor aufzugeben!

Hier noch die smb.conf

Code:
# Date: 2006/01/20 09:43:38

# Global parameters
[global]
	workgroup = UB
	log level = 3
	server signing = auto
	printcap cache time = 750
	printcap name = cups
	domain logons = Yes
	os level = 100
	preferred master = Yes
	domain master = Yes
	wins support = Yes
	ldap ssl = no
	printer admin = @ntadmin, root, administrator
	cups options = raw
	include = /etc/samba/dhcp.conf

[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

[cdrom]
	comment = cdrom
	path = /cdrom
	guest ok = Yes

[homes]
	valid users = %S
	read only = No
	browseable = No

[allgemeines]
	path = /home/allgemeines

Schon mal danke für jede Hilfe!
 
Hallo,

nachdem ich die SUSE Firewall mal deaktiviert habe, klappt alles.
Nur bekomme ich bei NT sofort mein Homelaufwerk zu sehen, bei 2k aber nicht.

weiß jemand warum?

Wie soll ich die Firewall einrichten, damit ich sie auch starten kann und Samba läuft?

Schönes Wochenende!
 
Schau mal hier:
http://www.linux-club.de/viewtopic.php?t=48926
und hier:
http://www.oreilly.de/german/freebooks/samba2ger/ch02.html#951107
 
Oben