Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
BIND fails to start
Symptom: BIND exits immediately or logs errors about configuration. Solutions:- Check configuration syntax: /usr/local/sbin/named-checkconf /usr/local/etc/named.conf
- Verify zone file syntax: /usr/local/sbin/named-checkzone unicom.com /var/named/unicom.com.db.signed
- Review BIND logs: tail -f /var/log/named/default.log
Zone signing fails
Symptom: dnssec-signzone returns errors about missing keys or HSM access. Solutions:- Verify PKCS#11 environment variables are set correctly: echo PKCS11_PIN
- Confirm keys exist on the HSM: pkcs11-tool —module /usr/local/lib/fxpkcs11/libfxpkcs11.so -O
- Check key file permissions in /usr/local/etc/keys/unicom.com: ls -la /usr/local/etc/keys/unicom.com
DNSSEC validation fails
Symptom: dig queries return SERVFAIL or lack RRSIG records. Solutions:- Verify zone is signed: grep RRSIG /var/named/unicom.com.db.signed
- Confirm BIND is serving the signed zone file (check named.conf)
- Verify DS records are published in parent zone: dig unicom.com DS +trace

