-
Notifications
You must be signed in to change notification settings - Fork 64
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
can't listen ipv4 address #454
Comments
@CCCAUCHY Can you fix this after checking source code ? |
Sorry, I'm not good at linux kernel development And ksmbd made my amazon linux auto reboot always, maybe I should try samba. |
Can you describe how to reproduce this ? Because ksmbd try to create ipv4 socket if ipv6 fail. |
I install ksmbd on aws(amazon linux), then I intall tools and configure it, after I try it on Ubuntu just now, it listen two ports 445 this time.
If you can not reproduce this, I will share my cloud instance to you, then I will delete the instance after you find out the reason. |
I have the same issue on alpine 3.19 |
@oleksandrl5 Please share error prints on dmesg at least. |
@CCCAUCHY @oleksandrl5 Okay, I understood what is problem. I will check it. Thanks. |
@CCCAUCHY Even when net.ipv6.bindv6only is 0, IPv4 connection is not possible? I received another report that IPv4 connection was not possible only when net.ipv6.bindv6only was 1. i.e. they said there is no problem when the value is 0. |
It works on Ubuntu indeed. My problem is on Amazon Linux. And I have given up building NAS. |
@CCCAUCHY Thanks for checking it on Ubuntu. Can you check if this change fixes your issue on Amazon Linux ?
|
Sorry, I am not good at compile. I just install ksmbd by yum. |
what ever net.ipv6.bindv6only is 1 or 0, I can't access ksmbd server over ipv4
The text was updated successfully, but these errors were encountered: