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 using non standard port #6

Open
fiddyschmitt opened this issue Apr 26, 2024 · 4 comments
Open

SMB using non standard port #6

fiddyschmitt opened this issue Apr 26, 2024 · 4 comments

Comments

@fiddyschmitt
Copy link
Owner

fiddyschmitt commented Apr 26, 2024

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.

@fiddyschmitt
Copy link
Owner Author

fiddyschmitt commented May 7, 2024

Also consider using WinDivert or Windows Filtering Platform to intercept & forward SMB requests.

Notes here

WinDivert

Windows Filtering Platform

  • Consider writing a WFP Callout Driver using PInvokes mentioned here

@fiddyschmitt
Copy link
Owner Author

A workaround is to use port forward (before LanManServer service starts) as described here

@fiddyschmitt
Copy link
Owner Author

fiddyschmitt commented Aug 29, 2024

ddproxy maybe
Edit: Need to turn on test signing and install a certificate, plus it appears it only supports ICMP and UDP.

@fiddyschmitt
Copy link
Owner Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant