QuickWeb starts supporting IPv6 however not yet available on all Data centre we are operating, right now it is currently available for free in Phoenix, New Zealand and some Softlayer locations.
If you were given IPv6 in your VPS you can see the details by going into VPS Manager and look for IP icon, it should show both IPv4 and IPv6 you have, if you are having problem connecting to your IPv6 make sure you reboot your VPS inside VPS Manager after it was allocated to you.
IPv6 : Network unreachable error?
If you have encounter this just run this command to add the default route:
check if you got default route:
#route -n
try adding:
#ip route add 2000::/3 dev venet
Newer OS template should have this automatically as default however feel free to run the above command to ensure your server is routing correctly, you can test by pinging ipv6.google.com inside your VPS.
Â