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

generic/ubuntu2004 disables ipv6 for loopback #195

Open
comotion opened this issue May 6, 2021 · 1 comment
Open

generic/ubuntu2004 disables ipv6 for loopback #195

comotion opened this issue May 6, 2021 · 1 comment

Comments

@comotion
Copy link

comotion commented May 6, 2021

Debugging a rather obscure issue here (grpc/grpc#26175) I found that
generic/ubuntu2004 sets net.ipv6.conf.lo.disable_ipv6=1,
which causes the loopback address to not have the ::1 address, even though other interfaces have working IPv6. It's probably related to #79 for legacy reasons, but creates issues that are pretty hard to debug.

@waipeng
Copy link

waipeng commented Jun 3, 2021

Thanks for opening this issue, it helped me to debug quite and obscure error too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants