Overview
DreamHost allows users to add IPv6 addresses to domains hosted in the panel. IPv6 has some advantages, one of which is that a much larger pool of IPs is available than IPv4, which is becoming outdated.
dreamhosters.com subdomains and sites on DreamPress cannot add Unique IP addresses.
Adding an IPv6 address
While there is a charge for adding an IPv4 address, there is no charge when adding an IPv6 as many addresses are still available.
To add an IPv6 address:
- Navigate to the Manage Websites page.
- Click the Manage button to open the Domain Settings page, which allows you to adjust various settings for your site.
- Select the Hosting tab.
- Scroll down to the Unique IP section.
- Click the Manage button.
- Select the IPv6 Settings tab.
- Click the Add IPv6 Address Now button.
Removing an IPv6
IPv6 addresses can be removed from the Hosting tab. Click the Cancel IPv6 button and then click the red Yes, remove button that subsequently appears.
Testing an IPv6
There are a few ways to test if an IPv6 address is active and responding.
Ping the address
Run a ping command to your hostname. For example:
[server]$ ping6 example.com PING example.com(example.com) 56 data bytes 64 bytes from example.com: icmp_seq=1 ttl=63 time=0.302 ms 64 bytes from example.com: icmp_seq=2 ttl=63 time=0.718 ms 64 bytes from example.com: icmp_seq=3 ttl=63 time=0.340 ms 64 bytes from example.com: icmp_seq=4 ttl=63 time=0.843 ms 64 bytes from example.com: icmp_seq=5 ttl=63 time=0.592 ms --- example.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4009ms rtt min/avg/max/mdev = 0.302/0.559/0.843/0.210 ms
You can also use an online tool to ping IPv6. For example:
Run a dig command to check if the IP is resolving
[server]$ dig +short AAAA example.com 2607:f298:4:152::3d1:2cb7
If it’s resolving, you’ll see the IP address respond.