Thank you. I think it work. Now my linuxbox can appear on Windoze machine
(Network Neighborhood).
But I can't access my Linux from Windoze. Windoze ask me a password. As I
remember I didn't make any password for user on Windoze machine. And on
Linux machine, when I run smbclient, I get a respond like this :
Sharename Type Comment
D Disk
C Disk
IPC$ IPC Remote Inter Process Communication
Server Comment
CRAVEN Samba SMB Server [2.0.6]
TETEH Teteh97
Workgroup Master
QUAKE TETEH
Anyone can help me ? Thank you very much.
-Pungki
> > # server string is the equivalent of the NT Description field
> > server string = Samba Server
>
> You'll dfinitely need to remove the space from that server name. Or,
you'll
> need to change "Samba Server" (which is the smb example) to some name with
> which Windoze can recognise the Linux Box.
>
> > hosts allow = 192.168.1. 192.168.2. 127. 192.168.0.2
> >
>
> If you're only allowing 192.168.0.2, then get 192.168.1. & 192.168.2.
out
> of there. They're problably not on your LAN. Stick 192.168.0.2 before the
> loopback address (127.).
>
> Also, you'll need to make sure that smbd and nmbd are running. And
smbclient
> should get you connected from Linux box to Windoze box.
> (smbclient -L wondozeboxname).
>
> Beyond that, I'm still unsure. I haven't attempted samba in a while, and
I'm
> just brushing up for another list user's troubles.
>
> Let me know what the above does for you.
>
> --Greg