I have a VPS account running Ubuntu Server 24.04 LTS on Netcup.
However, upon checking the Network section in my vServer installation,
I noticed that only IPv4 is active, while my active public IPv6 is not being utilized.
Could you kindly guide me on how to enable public IPv6 on my server?
Some information might be helpful:
Code
root@account# host -t AAAA ipv6.api.cloudron.io
ipv6.api.cloudron.io has IPv6 address 2604:a880:800:10::b66:f001
root@account# curl -6 https://ipv6.api.cloudron.io/api/v1/helper/public_ip
curl: (7) Failed to connect to ipv6.api.cloudron.io port 443 after 1 ms: Couldn't connect to server
This is my network setting on SCP:
Code
IPv4
IP Gateway / Routing to rDNS Action
152.53.124.201/22 152.53.124.1
IPv6
IP Gateway / Routing to Action
2a0a:4cc0:c0:5a89::/64 fe80::1
And this is my configuration follow this tutorial >> https://helpcenter.netcup.com/en/wiki/server/ip/
Code
#nano /etc/network/interfaces
iface ens3 inet6 static address 2a0a:4cc0:c0:5a89::1/64 gateway fe80::1
iface ens3 inet6 static address 2a0a:4cc0:c0:5a89::2/64 gateway fe80::1
iface ens3 inet6 static address 2a0a:4cc0:c0:5a89:6402:c6ff:fe47:60bd/64 gateway fe80::1
I appreciate your assistance and look forward to your directions.
Thank you.
Regards