Plesk 8, 9, 10, and 11

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
KrazyBob
Forum Regular
Forum Regular
Posts: 310
Joined: Mon Mar 19, 2007 3:47 pm

Plesk 8, 9, 10, and 11

Unread post 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
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Plesk 8, 9, 10, and 11

Unread post by scott »

Try turning ipv6 off
KrazyBob
Forum Regular
Forum Regular
Posts: 310
Joined: Mon Mar 19, 2007 3:47 pm

Re: Plesk 8, 9, 10, and 11

Unread post 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
KrazyBob
Forum Regular
Forum Regular
Posts: 310
Joined: Mon Mar 19, 2007 3:47 pm

Re: Plesk 8, 9, 10, and 11

Unread post by KrazyBob »

Let me rephrase the question :)

How do I turn off IPv6? for Centos 6.2?
Post Reply