9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
# Disable IPv6 autoconfiguration to avoid obtaining a routable IPv6 address.
|
|
#
|
|
# The IPv6 interface will only have a link-local address.
|
|
# This reduces the risk of accidentally making the device accessible
|
|
# to the public internet.
|
|
|
|
net.ipv6.conf.eth0.autoconf=0
|
|
net.ipv6.conf.eth0.accept_ra=0
|