Comment 4 for bug 1663340

Revision history for this message
Mike Pontillo (mpontillo) wrote :

Bruno, how exactly are you disabling IPv6? (And why are you doing it the way you are, if you don't mind me asking?) It seems there are some less invasive ways to do it that might work better for you. I just tested by setting the following sysctl:

# sysctl net.ipv6.conf.all.disable_ipv6 1
net.ipv6.conf.all.disable_ipv6 = 1

After restarting MAAS, our IPv4-mapped IPv6 addresses still work fine, but no IPv6 addressing is allowed on the system.

Have you modified the kernel, or maybe passed it some additional paramters (such as `ipv6.disable=1`)? It looks like support for IPv6 sockets on your system has been completely removed/disabled.