Last active
December 10, 2015 13:58
-
-
Save sdoro/4443929 to your computer and use it in GitHub Desktop.
Disable annoying message "IPv6 addrconf: prefix with wrong length 126" #chunkhost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra | |
echo 0 > /proc/sys/net/ipv6/conf/eth0/autoconf | |
# | |
echo 0 > /proc/sys/net/ipv6/conf/eth1/accept_ra | |
echo 0 > /proc/sys/net/ipv6/conf/eth1/autoconf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment