• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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