Skip to content

Instantly share code, notes, and snippets.

@sdoro
Last active December 10, 2015 13:58
Show Gist options
  • Save sdoro/4443929 to your computer and use it in GitHub Desktop.
Save sdoro/4443929 to your computer and use it in GitHub Desktop.
Disable annoying message "IPv6 addrconf: prefix with wrong length 126" #chunkhost
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