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

Listener failed to start while IPv6 is disabled. #124

Open
qzhuyan opened this issue Oct 13, 2022 · 1 comment
Open

Listener failed to start while IPv6 is disabled. #124

qzhuyan opened this issue Oct 13, 2022 · 1 comment

Comments

@qzhuyan
Copy link
Collaborator

qzhuyan commented Oct 13, 2022

Some user reports that listener fails to start while IPv6 is disabled in Kernel.

{unknown_quic_status,97}

As in
emqx/emqx#6683 (reply in thread)

when he disable ipv6 in kernel args:

    GRUB_CMDLINE_LINUX="ipv6.disable=1 ro crashkernel=auto ..."

But I could not reproduce it if I only disable ipv6 via sysconfig

sysctl -w net.ipv6.conf.all.disable_ipv6=1
@qzhuyan
Copy link
Collaborator Author

qzhuyan commented Jan 8, 2024

msquic requires dual stack, not much we could do here.

for linux, as long as the ipv6 is not disabled by kernel arg ipv6.disable=1 it should work even it is disabled by sysctl

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