-
Notifications
You must be signed in to change notification settings - Fork 80
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 using non standard port #6
Comments
Also consider using WinDivert or Windows Filtering Platform to intercept & forward SMB requests. Notes here WinDivert
Windows Filtering Platform
|
A workaround is to use port forward (before LanManServer service starts) as described here |
ddproxy maybe |
Didn't working using rclone serving SMB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the Windows client does not allow connections to a non standard SMB port.
eg.
\\127.0.0.1:5000
But it may be possible in the future according to this article: https://techcommunity.microsoft.com/t5/storage-at-microsoft/smb-alternative-ports-now-supported-in-windows-insider/ba-p/3974509
Add an example when this is possible.
The text was updated successfully, but these errors were encountered: