ansible-playbooks/roles/static-ipv6/files/10-ipv6.conf

12 lines
288 B
Plaintext

# Disable autoconf
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.default.autoconf=0
# Stop accepting router advertisments
net.ipv6.conf.all.accept_ra=0
net.ipv6.conf.default.accept_ra=0
# Do not use temporary addresses
net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.default.use_tempaddr=0