Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - SMB over TCPIP: (4 Items)
   
SMB over TCPIP  
Hi all,

does fs-cifs support SMB over TCPIP (Normally port 445) ?

I only get connctions using  NETBIOS over TCPIP ( Normally port 139).

Kind Regards 
Michael
Re: SMB over TCPIP  
Hi, 

no answer meens port 445 is not supported?

-Michael



Re: SMB over TCPIP  
It works since ~15 years :)

--Armin

Michael Tasche wrote:
> Hi, 
>
> no answer meens port 445 is not supported?
>
> -Michael
>
>
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post100789
> To cancel your subscription to this discussion, please e-mail general-networking-unsubscribe@community.qnx.com
>

Re: SMB over TCPIP  
> 
> It works since ~15 years :)

Yes, if you see a connection like this on your samba-server, where qnx is the client:
$ netstat -an | grep 445
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN
tcp        0      0 10.0.0.77:445           10.0.12.10:49333        ESTABLISHED

Well, I bet you will see something like this:
$ netstat -an | grep 139
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN
tcp        0      0 10.0.0.77:139           10.0.12.10:1044           ESTABLISHED

-Michael

> 
> --Armin
> 
> Michael Tasche wrote:
> > Hi, 
> >
> > no answer meens port 445 is not supported?
> >
> > -Michael
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post100789
> > To cancel your subscription to this discussion, please e-mail general-
> networking-unsubscribe@community.qnx.com
> >
>