Ich habe hier folgendes Problem:
Ich habe einen Debian Server (Lenny) mit Samba . Bis vor kurzer Zeit funktionierte alles tadellos - ich konnte diesen mit meinen Ubuntu Clients sehen und mich auch einloggen. Seit kurzem jedoch sehe ich nur noch die Arbeitsgruppe - wenn ich auf diese klicke (von Ubuntu aus) wird der Nautilus für kurze Zeit grau und zeigt mir ein leeres Fenster an.Nur wenn ich die IP direkt eingebe (smb://192.168.2.3) sehe ich die Freigaben. Gerade ist mir aufgefallen das ich unter Windows XP den Server sehen kann.
Die SMB.conf
Code: Alles auswählen
[global]
workgroup = SERVER
server string = server
obey pam restrictions = Yes
passdb backend = tdbsam
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = lmhosts bcast host wins
dns proxy = No
wins support = Yes
panic action = /usr/share/samba/panic-action %d
guest ok = yes
browseable = yes
security = share
[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
[test]
comment = test
path = /mnt/daten/test
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
Code: Alles auswählen
127.0.0.1 localhost server.sv1.local
127.0.1.1 server.sv1.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code: Alles auswählen
auto lo
auto eth0
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.2.3
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
dns-nameservers 192.168.2.1
Code: Alles auswählen
Anonymous login successful
Domain=[SERVER] OS=[Unix] Server=[Samba 3.2.5]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (server)
print$ Disk Printer Drivers
test Disk test
homes Disk Home Directories
Anonymous login successful
Domain=[SERVER] OS=[Unix] Server=[Samba 3.2.5]
Server Comment
--------- -------
SERVER server
Workgroup Master
--------- -------
MSHEIMNETZ STEIN.....
Gruss