View previous topic :: View next topic |
Author |
Message |
mc-max Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/142157360448918c7381041.jpg)
Joined: 22 Feb 2005 Posts: 305 Location: Frankfurt
|
Posted: Wed Apr 05, 2006 12:15 pm Post subject: Konki und Samba |
|
|
Hallo Zusammen,
habe seit gestern (habe es zumindest gestern bemerkt) ein Problemchen mit Samba Freigaben. Nach der Eingabe "smb:/" im Konqueror gibt es eine tolle Fehlermeldung a la "Keine Arbeitsgruppen im lokalen Netzwerk auffindbar" (letzte Woche ging es noch 100%). smb://192.168.2.1/ geht allerdings einwandfrei.
Woran kann es liegen, dass das Netzwerk nicht durchsucht werden kann?
Danke schon mal für eure Hilfe.
server 192.168.2.1
client 192.168.2.2
Code: |
# cat /etc/samba/smb.conf | grep '#' -v | grep ';' -v | cat -s
[global]
workgroup = mcnet
server string = McServer %v
printcap name = cups
load printers = yes
printing = cups
log file = /var/log/samba/log.%m
max log size = 50
hosts allow = 192.168.3.2 192.168.3.3 192.168.3.4 192.168.2.2 127.0.0.1
hosts deny = 0.0.0.0/0
guest ok = yes
security = user
vfs object = vscan-clamav
vscan-clamav: config-file = /etc/samba/vscan-clamav.conf
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
public = yes
printer name = laserjet
[fredsdir]
comment = Fred's Service
path = /home/mcmax/datendisk
valid users = mcmax kristina
create mask = 770
directory mask = 770
public = no
writable = yes
printable = no
|
Code: |
# smbclient -L localhost
Password:
Domain=[MCSERV] OS=[Unix] Server=[Samba 3.0.14a]
Sharename Type Comment
--------- ---- -------
fredsdir Disk Fred's Service
IPC$ IPC IPC Service (McServer 3.0.14a)
ADMIN$ IPC IPC Service (McServer 3.0.14a)
laserjet Printer HP LaserJet 4 Plus
Domain=[MCSERV] OS=[Unix] Server=[Samba 3.0.14a]
Server Comment
--------- -------
Workgroup Master
--------- -------
MCNET MCSERV
|
Code: |
# nmblookup "*"
querying * on 192.168.2.255
name_query failed to find name *
|
Last edited by mc-max on Wed Apr 05, 2006 8:21 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
manuels Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/106271246545d319130201e.gif)
Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mc-max Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/142157360448918c7381041.jpg)
Joined: 22 Feb 2005 Posts: 305 Location: Frankfurt
|
Posted: Wed Apr 05, 2006 8:21 pm Post subject: |
|
|
Hallo manuels,
hat leider nichts gebracht.
ein weiterer punkt:
Code: |
# nmblookup "*"
querying * on 192.168.2.255
name_query failed to find name *
|
soweit ich es weiß müsste das hier rauskommen:
Code: |
# nmblookup "*"
querying * on 192.168.2.255
192.168.2.1 *<00>
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|