We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to support multiple port bindings
The text was updated successfully, but these errors were encountered:
Does samba support it?
Sorry, something went wrong.
samba 支持吗?
samba Supported !
Great:), Can you contribute this function to ksmbd ?
you can use iptables to redirect ports. For example (adapt it to your local ruleset):
iptables -t nat -A PREROUTING -t nat -p tcp --dport 11445 -j REDIRECT --to-port 445
(ksmbd in unchanged and listens on port 445 by default)
No branches or pull requests
How to support multiple port bindings
The text was updated successfully, but these errors were encountered: