IPv6 on EDBB VPS
Every VPS includes a dedicated /64 equivalent IPv6 range. Routing to the gateway requires configuring addresses with a /48 prefix inside your operating system.
Step 1 – Grab the Details from the Portal
1
Open the Network tab
Sign in to the EDBB VPS Portal, select your VPS, and open the Network tab. Copy the IPv6 assignment and gateway.
2
Note the DNS entries
The Network tab also lists recommended IPv4/IPv6 resolvers—use them if you want dual-stack name resolution.

Step 2 – Add an IPv6 Address (Linux example)
/etc/network/interfaces).
Always use the /48 prefix when configuring addresses so traffic can reach the gateway. Using /64 in the OS will prevent routing.
Step 3 – Test Connectivity
Best Practices
- Document the assigned /64 range and gateway for quick reference.
- Limit the number of active IPv6 addresses to avoid triggering flood protection.
- Combine IPv6 with IPv4 so services stay reachable for clients without IPv6.
- If routing issues persist, follow the IPv6 troubleshooting guide.