Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

unsupported NetBIOS session service message type #3

Closed
Steinweber opened this issue Nov 25, 2016 · 7 comments
Closed

unsupported NetBIOS session service message type #3

Steinweber opened this issue Nov 25, 2016 · 7 comments

Comments

@Steinweber
Copy link

Hi

if i wana connect to server, i see this msg

error: [SMB] unsupported NetBIOS session service message type: 79
by
https://github.com/adobe/node-smb-server/blob/master/lib/smbconnection.js#L57

I wana use this server as a pass through proxy. Is this somehow possible?

@stefan-guggisberg
Copy link
Contributor

please specify os version and client software used to connect to the SMB server.

WRT pass through proxy: could you please elaborate on your concrete use case?

@stefan-guggisberg
Copy link
Contributor

insufficient information provided to diagnose issue, closing

@brandonros
Copy link

OS version is Windows 7

Client is Windows Explorer

@Heronbeluci
Copy link

i need help too

@Heronbeluci
Copy link

im with Windows 10 and Windows Explorer too

@kkronyak
Copy link

kkronyak commented Dec 7, 2017

This appears to be caused by attempting to access the node SMB server using an alternative port (ex. \\[server]:8445\). Windows tries to interpret this as a web URL and sends an HTTP request to the server. The value "79" is the ASCII letter "O", part of the "OPTIONS" component of the HTTP header. Windows will only make outbound SMB connections on the standard port (445). This could potentialy be worked around by using port translation on a firewall etc.

@stefan-guggisberg
Copy link
Contributor

as @kkronyak correctly pointed out, Windows SMB clients only support the standard SMB port 445.

closing issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants