[ solved ] Stop IPV6 on 14.0 RC3
Posted: 25. Nov 2012, 04:01
Hi ,
# Disable ipv6
net.ipv6.conf.all.disable_ipv6= 1
net.ipv6.conf.default.disable_ipv6= 1
net.ipv6.conf.lo.disable_ipv6= 1
net.ipv6.conf.all.autoconf= 0
net.ipv6.conf.all.accept_ra= 0
net.ipv6.conf.all.accept_redirects= 0
net.ipv6.conf.all.dad_transmits= 0
net.ipv6.conf.all.forwarding= 0
net.ipv6.conf.all.router_solicitations= 0
net.ipv6.route.flush = 1
in /etc/sysctl.conf work fine one 13.37 but not on 14.0 ...
Why ?
IPV6 is always on after ...
ip6tables -nvL confirm that .
# Disable ipv6
net.ipv6.conf.all.disable_ipv6= 1
net.ipv6.conf.default.disable_ipv6= 1
net.ipv6.conf.lo.disable_ipv6= 1
net.ipv6.conf.all.autoconf= 0
net.ipv6.conf.all.accept_ra= 0
net.ipv6.conf.all.accept_redirects= 0
net.ipv6.conf.all.dad_transmits= 0
net.ipv6.conf.all.forwarding= 0
net.ipv6.conf.all.router_solicitations= 0
net.ipv6.route.flush = 1
in /etc/sysctl.conf work fine one 13.37 but not on 14.0 ...
Why ?
IPV6 is always on after ...
ip6tables -nvL confirm that .