Hi,
Newbie here. I'm trying to serve just a printer from the Linux
machine to some Win98 clients.
I've been through the O'Reilly fault tree
(
http://us6.samba.org/samba/docs/man/...a/ch09_02.html) but I still have no luck.
Here's the deal. I presently have the minimal smb.conf:
[global]
workgroup = WORKGROUP
security = user
browseable = yes
local master = yes
[homes]
guest ok = no
browseable = no
[temp]
path = /tmp
public = yes
Most of the time my Linux box doesn't even show up in
Workgroup under network neighborhood. If I restart the
daemons I can get it to show up on Explorer.
In a DOS box I try to get to the server (tvc15)
C:\> NET VIEW \\tvc15
Error 59: An unexpected network error has occured...
(This is what I get when the machine shows up, of course I can
ping it, etc.)
Here's what I see from Linux:
]# smbclient -L localhost
added interface ip=192.168.0.106 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.1a]
Sharename Type Comment
--------- ---- -------
temp Disk
IPC$ IPC IPC Service (Samba 2.2.1a)
ADMIN$ Disk IPC Service (Samba 2.2.1a)
Server Comment
--------- -------
TVC15 Samba Server
Workgroup Master
--------- -------
WORKGROUP TVC15
And of course I can see the Win98 system from Linux:
# smbclient -L earthur
added interface ip=192.168.0.106 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Sharename Type Comment
--------- ---- -------
PRINTER$ Disk
HP4L Printer HP LaserJet 4L
DOWNLOADS Disk
TOOLS Disk
IPC$ IPC Remote Inter Process Communication
Server Comment
--------- -------
EARTHUR Desktop
Workgroup Master
--------- -------
WORKGROUP EARTHUR
So here's the deal...stupid question time. When I log into the
PC does that password have to sync up with the password in
the smbpasswd file? How did I generate that file? Can I erase
it and start again? But that's not even the issue because I
can't even browse to the (Linux) system. I'm not sure what
magic I need to get the Linux system to show up under
Workgroup...Right now I get a dialog box:
Workgroup is not accessible.
A network error has occurred.
Thanks,
/Ed