Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Jan Engelhardt
On Feb 8 2007 18:53, Christopher R. Hertel wrote: >>> >>> It does seem to me that it is some sort of name resolution issue, but it may >>> have more to do with the multi-homed nature of your setup. >>> >>> Did you try: >>> >>> mount.cifs //CL0/c /mnt >> >> Yes, that one _fails_ with "mount erro

Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Jan Engelhardt
On Feb 8 2007 18:58, Christopher R. Hertel wrote: >Shirish S Pargaonkar wrote: >> >> So >> 1) try tcp connection on 445, >> then if it works send SMB negprot >> 2) else try tcp connection on port 139 >> then if it works send nbss request to *SMBSERVER or to the name >> specified on serv

Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Christopher R. Hertel
Shirish S Pargaonkar wrote: : > This is what Steve had mailed me once, a while ago > > Win9x and Windows ME and OS/2 only listen on port 139 > > WindowsNT 4 (?) and later listen on port 445 and port 139. > > When you connect on the older port 139, you are supposed to send a > RFC1001 (NBSS S

Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Christopher R. Hertel
Jan Engelhardt wrote: > On Feb 8 2007 18:29, Christopher R. Hertel wrote: >> Jan Engelhardt wrote: >> >> It does seem to me that it is some sort of name resolution issue, but it may >> have more to do with the multi-homed nature of your setup. >> >> Did you try: >> >> mount.cifs //CL0/c /mnt > >

Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Jan Engelhardt
On Feb 8 2007 18:29, Christopher R. Hertel wrote: >Jan Engelhardt wrote: > >It does seem to me that it is some sort of name resolution issue, but it may >have more to do with the multi-homed nature of your setup. > >Did you try: > > mount.cifs //CL0/c /mnt Yes, that one _fails_ with "mount error

Re: [linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Christopher R. Hertel
Jan Engelhardt wrote: > Hi, > > > I tried the various suggestions from the last mails, but nothing of > that worked. --verbose did not return anything useful. It's the kernel > module that returns -EHOSTDOWN. > > ... > > Eventually I found out that this one works: > > mount.cifs //cl0/

[linux-cifs-client] Re: SMB support still missing?

2007-02-08 Thread Jan Engelhardt
Hi, I tried the various suggestions from the last mails, but nothing of that worked. --verbose did not return anything useful. It's the kernel module that returns -EHOSTDOWN. ... Eventually I found out that this one works: mount.cifs //cl0/c /mnt -o servernetbiosname=CL0 So what did