Saturday, September 3, 2016

Errors running iodined server

iodine does not need an actual IPv6 interface, but will fail if AF_INET6 is not enabled, so you should change your kernel params as so:

# sysctl -w net.ipv6.conf.all.disable_ipv6=0

It was likely net.ipv6.conf.all.disable_ipv6=1.

I encountered this problem on Google Compute Engine, which surprisingly does not enable IPv6 by default.

No comments:

Post a Comment