• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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