• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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