• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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