Displaying 2 results from an estimated 2 matches for "dsyelxia".
2015 Mar 09
2
Centos 6 - disabling IPv6 addressing
> 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
2015 Mar 09
0
Centos 6 - disabling IPv6 addressing
...> 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
Typo. My dsyelxia at work again.
>
> 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
error: "net.ipv6.conf.eth0.disable_ipv6" is an unknown key
> and then run: service network restart...