Author Topic: I can enable ip6 in server? how? For my sites opened in ip6  (Read 9116 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I can enable ip6 in server? how? For my sites opened in ip6
« on: February 07, 2019, 10:58:08 AM »
now i cant open with ip6 my sites hosted on CWP

Offline
***
Re: I can enable ip6 in server? how? For my sites opened in ip6
« Reply #1 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

Offline
*
Re: I can enable ip6 in server? how? For my sites opened in ip6
« Reply #2 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?