Page 1 of 1
Plesk 8, 9, 10, and 11
Posted: Mon Jul 30, 2012 8:22 pm
by KrazyBob
We are doing our best to migrate up to Plesk 11 but errors in Plesk slow us down.
Nonetheless, our servers seem unable to communicate with Comcast. Comcast seems to have swtiched to IPv6. Is there something I have to do on servers (Centos 4.9, 5.8, 6.2) to make them compatible with IPv6
Re: Plesk 8, 9, 10, and 11
Posted: Tue Jul 31, 2012 7:53 am
by scott
Try turning ipv6 off
Re: Plesk 8, 9, 10, and 11
Posted: Tue Jul 31, 2012 11:44 am
by KrazyBob
I should hav netioned that this is a Virtuozzo container so it wold go like this:
Code: Select all
vi ifcfg-venet0
DEVICE=venet0
BOOTPROTO=static
ONBOOT=yes
IPADDR=127.0.0.1
NETMASK=255.255.255.255
BROADCAST=0.0.0.0
GATEWAYDEV="venet0"
#IPV6INIT="yes"
#IPV6_DEFAULTDEV="venet0"
[ECS]wq!
On the other hand we're using Centos 6.2 [Final] within the container, in which case???
Code: Select all
sysctl -w net.ipv6.conf.default.disable_ipv6=1
sysctl -w net.ipv6.conf.all.disable_ipv6=1
Re: Plesk 8, 9, 10, and 11
Posted: Wed Aug 01, 2012 7:53 pm
by KrazyBob
Let me rephrase the question
How do I turn off IPv6? for Centos 6.2?