How to Configure IPv6 on GreenCloud VPS via SolusVM Panel

GreenCloud VPSIPv6 configurationSolusVM panelVPS IPv6 setupIPv6 network test
Published·Modified·

GreenCloud VPS is a foreign hosting provider, often referred to as "Green Hat Cloud" by users. Its data centers cover regions such as Japan, Hong Kong, Singapore, Vietnam, the United States, and Europe. It offers various types of VPS, including storage-type and SSD VPS, all running on KVM virtualization with high cost-performance ratios.

eaaacb8732adde48.png

Purchase Address

Purchase Address: https://greencloudvps.com/

Configure IPv6 on GreenCloud VPS

GreenCloud VPS machines should support IPv6 across the board. Currently, newly opened machines are assigned only IPv4 by default. To add IPv6, you need to manually configure it in the "SolusVM Control Panel."

After logging into the SolusVM management panel, locate your machine and click "Manage - Network - Manage," as shown below.

3dda26de080f925b.png

Once inside, you will find an "Add IP" function. Enter the IP suffix manually, such as :8 or :a (note the : colon!).

c21c65d0cb9b696e.png

You can add multiple suffixes, but testing suggests only the first one at the top takes effect. After adding, return to the management panel and click the "Reconfigure Networking" button to automatically reset the network (note: the machine will restart).

49cfae374de064ca.png

Testing

After the machine restarts, enter the ip a command to view the newly added IPv6 address.

910cd7148f5703ce.png

Run the following commands to test if IPv6 network access is working properly:

# Get the outbound IPv6 address
curl v6.ip.rss.ink
# Or enter
curl -6 ip.sb

If both commands fail, your network may not support IPv6. If successful, you can proceed to test connectivity using ITDOG's IPv6 Ping tool: https://www.itdog.cn/ping_ipv6/. If the ping test is normal, everything is working correctly.

89752059ff74d40b.png

Conclusion

  • GreenCloud VPS assigns only IPv4 addresses by default; IPv6 must be added manually via the SolusVM panel.
  • The SolusVM panel allows adding multiple IPv6 addresses, but only the first one at the top takes effect in practice.
  • After adding IPv6, you must click "Reconfigure Networking" to apply the changes.
  • Use curl v6.ip.rss.ink to retrieve the machine's outbound IPv6 address.
  • Use "ITDOG IPv6 Ping" to verify IPv6 network connectivity.