# Disable IPv6 Duplicate Address Detection (DAD) for default, eth0 and all new interfaces net.ipv6.conf.default.accept_dad = 0 net.ipv6.conf.eth0.accept_dad = 0 net.ipv6.conf.all.accept_dad = 0