Documentation Index
Fetch the complete documentation index at: https://docs.edbb.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Check the Network tab
Open the Network tab in the EDBB Control Panel. Note the IPv6 assignment, gateway, and recommended DNS resolvers.
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.