Control Web Panel

WebPanel => CentOS Configuration => Topic started by: Adak on February 07, 2019, 10:58:08 AM

Title: I can enable ip6 in server? how? For my sites opened in ip6
Post by: Adak on February 07, 2019, 10:58:08 AM
now i cant open with ip6 my sites hosted on CWP
Title: Re: I can enable ip6 in server? how? For my sites opened in ip6
Post by: Netino on February 08, 2019, 03:09:15 AM
Add the following at final of your file '/etc/sysctl.conf':
Code: [Select]
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0

And execute:
Code: [Select]
# sysctl -p

But *BEFORE* check you firewall is configured and enabled to catch ipv6 events.

Regards,
Netino
Title: Re: I can enable ip6 in server? how? For my sites opened in ip6
Post by: Adak on February 28, 2019, 01:06:08 PM
tank you

Quote
But *BEFORE* check you firewall is configured and enabled to catch ipv6 events.
how?