[CentOS] Centos 6 - disabling IPv6 addressing

Mon Mar 9 19:24:23 UTC 2015
Peter <peter at pajamian.dhs.org>

> On 03/09/2015 01:15 AM, Chris Stone wrote:
>>
>> sysctl -w net.ipv6.conf.all.accept_ra=0

On 03/10/2015 06:52 AM, Robert Moskowitz wrote:
> No change after running this and trying both:
> 
> system network restart

it's: service network restart

Try also setting these in sysctl:

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6=1

and then run: service network restart


Peter