|
I installed samba for using my win printer and
share files.
I can see the Samba machine from win but I
cant access it.
The printer is set up by adding a Win remote
printer and also fail to get access to the printer. I have all the path's names
and passwd ok.
And I have done the regkey stuff in win. But I dont
get that far for the passwd.
when I run 'tcpdump' it says:
16:29:52.658840 192.168.0.2.netbios-ns >
192.168.0.255.netbios-ns: NET UDP PACKET(137): QUERY; REQUEST;
BROADCAST
16:29:52.658840 192.168.0.2.netbios-ns >
192.168.0.3.netbios-ns: NET UDP PACKET(137): QUERY; POSITIVE; RESPONSE
;UNICAST
lots of outputs like this
---------------------------------
my /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
comment = Samba Server printing = bsd printcap
name = /etc/printcap load printers = yes log
file = /var/log/samba/log.%m max log size = 50
short preserve case = yes preserve case = yes
lock directory = /usr/local/samba/var/locks locking =
yes share modes = yes security =
user socket options = TCP_NODELAY
[homes] comment = Home
Directories browseable = no writable =
yes
[printers] comment = All
Printers path = /usr/spool/samba browseable =
no printable = yes guest ok = no
writable = no create mask = 0700
[public] comment = Public
Stuff path = /home/samba public =
yes writable = yes printable =
no write list = @users
|