Hello
Please tell me about “net.ipv6.conf.default.disable_ipv6”.
- If you set it to 1 with sysctl, in what specific cases can you see the effect?
Since it’s the default, I thought that adding a new NIC would change whether the NIC has a v6 address or not, but that wasn’t the case.
- When using sysctl to disable ipv6, I’ve seen examples of setting the following two things.
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
However, if you set all to 1, I think default will also be set to 1, but do you know why most people set both to 1?
Thank you in advance.