IPv6 Troubleshooting Playbook
IPv6 relies on the address, gateway, and DNS values shown on the Network tab. Confirm those details first, then follow these quick checks to restore connectivity.
Step 1 – Confirm Assigned Values
1
Check the Network tab
Open the Network tab in the EDBB VPS Portal. Note the IPv6 assignment, gateway, and recommended DNS resolvers.
2
Inspect the running config
On the VPS, run:Ensure the assigned address matches your /64 range and that the default route points to the gateway from the portal.
Typos (especially missing
/48) are the most common cause of IPv6 outages. Double-check each segment when editing addresses.Step 2 – Verify Interface State
eth0 with the correct interface. Look for state UP and LOWER_UP. If the interface is down:
Step 3 – Test Local Connectivity
FAILED, flush it and retry:
Step 4 – Probe External Reachability
Step 5 – Check Application Bindings
- Restart services that bind to specific addresses or interfaces (web servers, databases, proxies).
- Update config files to reference hostnames or
::rather than a hard-coded old address. - Use
ss -ltnpto confirm listeners are bound to the expected IPv6 socket.
Step 6 – Gather Diagnostics for Support
If problems persist, collect this output before messaging Support (via the portal messenger or email):Preventive Tips
- Save known-good network configs before editing.
- Limit active IPv6 addresses to avoid router flood protection.
- Monitor dual-stack services so both IPv4 and IPv6 remain healthy.
- Need a refresher? Review the IPv6 configuration guide first.