It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Howdy, Stranger!
It looks like you've been lurking for a while.
If you register, we also will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!
Comments
unfortunately, we do not support IPv6 on our servers, due to this we can not enable it to your servers.
We have plans to start offering IPv6 then we will see that demand of all our customers are increasing. At this moment, as we see only few customers wants it.
"Do you offer IPv6 support?
Yes. Every virtual machine comes with one primary IPv6 address and IPv6 subnet /64."
How can i get IPv6 enabled on my storage vps?
In my case it was only 1 IPv6, instead a /64 - but its ok.
To activate it, you have to reinstall the vps.
Reboot doesnt help.
To get v6 ssh connection work, try that:
cat /etc/ssh/sshd_config | grep ListenAddress
sed -i -e 's/#ListenAddress ::/ListenAddress ::/ig' /etc/ssh/sshd_config
systemctl reload sshd
Now you can use v6 also for your ssh connection to the vps
Thanks Time4VPS - was a long hard time, but now im happy!