I have 2 WIN98(1st ed) clients and Redhat 6.1 (kernel 2.2.12-20) server
running Samba(SMB)2.0.5a-12.  The WIN98 clients can see each other via
SMB and can ping the linux server. The linux server can ping both WIN98
clients and see itself via SMB.  The problem is that I cannot get the
WIN98 <-> Linux SMB connection working.

I have read every howto, man page, web page, etc. I can find and still
con't get this to work.

All network pieces appear to be working.  My WIN98 clients use the Linux
server for DNS lookups, and internet routing sucessfully.  Log files
show nothing for smb or nmb.

Here is my smb.conf
[global]
; Uncomment this if you want a guest account
; guest account = nobody
   encrypt passwords = yes
   smb passwd file = /etc/smbpasswd
   log file = /var/log/samba-log.%m
   lock directory = /var/lock/samba
   share modes = yes

[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0750


Here is the output when I use smbclient to connect to the Linux box:

[root@linux /etc]# smbclient -d 4 -NL linux
Added interface ip=192.168.100.1 bcast=192.168.100.255
nmask=255.255.255.0
Client started (version 2.0.5a).
resolve_name: Attempting lmhosts lookup for name linux<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
getlmhostsent: lmhost entry: 192.168.100.2 office
getlmhostsent: lmhost entry: 192.168.100.1 linux
Connecting to 192.168.100.1 at port 139
 session request ok
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.5a]
 session setup ok
 tconx ok

        Sharename      Type      Comment
        ---------      ----      -------
        tmp            Disk      Temporary file space
        IPC$           IPC       IPC Service (Samba 2.0.5a)

        Server               Comment
        ---------            -------
        LINUX                Samba 2.0.5a

        Workgroup            Master
        ---------            -------
        WORKGROUP            LINUX

Now the same connection to a WIN98 client:

[root@linux /etc]# smbclient -d 4 -NL office
Added interface ip=192.168.100.1 bcast=192.168.100.255
nmask=255.255.255.0
Client started (version 2.0.5a).
resolve_name: Attempting lmhosts lookup for name office<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
getlmhostsent: lmhost entry: 192.168.100.2 office
Connecting to 192.168.100.2 at port 139
session request to OFFICE failed
resolve_name: Attempting lmhosts lookup for name office<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
getlmhostsent: lmhost entry: 192.168.100.2 office
Connecting to 192.168.100.2 at port 139
session request to *SMBSERVER failed

Here is the result of a telnet to the WIN98 client on port 139:

[root@linux /etc]# telnet office 139
Trying 192.168.100.2...
Connected to office.
Escape character is '^]'.


Based on this information I can see no reason why the connection is
being refused by the client.  Can anyone HELP!!!!!!!!!!!!!!!!!!!!!!!


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to