On Wed, 26 Feb 2003, shlomo solomon wrote: > On Wednesday 26 February 2003 20:44, Tzafrir Cohen wrote: > > Can you give some debug information ? e.g: > > > > smbclient -L kids -d 3 > > [EMAIL PROTECTED] solomon]# smbclient -L kids -d 3 > Initialising global parameters > params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" > Processing section "[global]" > added interface ip=10.200.1.1 bcast=10.255.255.255 nmask=255.0.0.0 > Client started (version 2.2.7). > resolve_lmhosts: Attempting lmhosts lookup for name kids<0x20> > resolve_hosts: Attempting host lookup for name kids<0x20> > Connecting to 10.200.1.4 at port 139 > session request to KIDS failed (RAP code 143) > resolve_lmhosts: Attempting lmhosts lookup for name kids<0x20> > resolve_hosts: Attempting host lookup for name kids<0x20> > Connecting to 10.200.1.4 at port 139 > session request to *SMBSERVER failed (Called name not present)
No connection was established? (if I read this correctly) Can you connect to port 139 of KIDS from the samba machine? try 'telnet 10.200.1.4 139' . It should connect, and disconnect quite immediately. If you can't: check for packet filtering and similar stuff. -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
