Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❓ SMB Version and Port #209

Closed
Jogiarea opened this issue Jan 29, 2024 · 2 comments
Closed

❓ SMB Version and Port #209

Jogiarea opened this issue Jan 29, 2024 · 2 comments

Comments

@Jogiarea
Copy link

Addon

SambaNAS

Your request

Hello,

Thanks for your great project, I have set everything up and can also access the folders from Linux MX and Windows 11.
Unfortunately I have no access via samba with my surveillance cameras Lupus LE201 and LE202, these unfortunately only support SMB 1.0. which versions are supported by the addon?

Which SMB port is used for data transfer?
139 or 445

Many greetings

@Jogiarea Jogiarea changed the title ❓ SMB Version andPort ❓ SMB Version and Port Jan 29, 2024
@dianlight
Copy link
Owner

From the smb specs:


(Old system)

Port 137 – UDP NetBIOS name service (WINS)
Port 138 – UDP NetBIOS datagram
Port 139 – TCP NetBIOS Session (TCP), Windows File and Printer Sharing (this is the most insecure port)

(Active Directory)

Port 445 - Microsoft-DS Active Directory, Windows shares (TCP)
Port 445 - Microsoft-DS SMB file sharing (UDP)

From this addon's doc:

Option: compatibility_mode (optional)

Setting this option to true will enable old legacy Samba protocols on the Samba add-on. This might solve issues with some clients that cannot handle the newer protocols, however, it lowers security. Only use this when you absolutely need it and understand the possible consequences.

Defaults to false.

@Jogiarea
Copy link
Author

Jogiarea commented Feb 6, 2024

Many thanks two Cams work but the oldest one do not connect.

i,ll try it with FTP and your FTP addon.

@Jogiarea Jogiarea closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants