• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue http://[***:***:***:***::***]/ is unreachable.

Bogdan1

Regular Pleskian
Hey,

How can I set up IPv6 in plesk?
I added ip in Tools & Setting -> IP Addresses, and set in Domain Name->Web Hosting Access.

Thanks

Here is my /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=164.132.48.211
NETMASK=255.255.255.255
ONBOOT=yes
GATEWAY=164.132.48.1
IPV6ADDR_SECONDARIES="2001:41d0:401:3000::2c86/64"

ip -6 addr show eth0
[root@vps343915 ~]# ip -6 addr show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 2001:41d0:401:3000::2c86/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fef6:a15d/64 scope link
valid_lft forever preferred_lft forever
 
Last edited:
Any ideas?

Btw: here is ping

ping 2001:41d0:401:3000::2c86
PING 2001:41d0:401:3000::2c86.home (***.150.***.20): 56 data bytes
64 bytes from ***.150.***.20: icmp_seq=0 ttl=246 time=74.929 ms
64 bytes from ***.150.***.20: icmp_seq=1 ttl=246 time=79.012 ms
64 bytes from ***.150.***.20: icmp_seq=2 ttl=246 time=77.577 ms

and here is curl

curl [2001:41d0:401:3000::2c86]

curl: (7) Couldn't connect to server
 
I see:

$ ping 2001:41d0:401:3000::2c86
ping: unknown host 2001:41d0:401:3000::2c86
 
Back
Top