OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: primroseN on December 11, 2024, 09:12:39 AM

Title: Bind Zones
Post by: primroseN on December 11, 2024, 09:12:39 AM
Hello everyone,

I have a primary zone in BIND but I can't ping any value of that zone.

I edited the /etc/resolve.conf file to include the domain + cross checked the named.conf file and the zone is included as expected, but the name still does not resolve. I'm new to DNS, any insight is appreciated.

My zone looks like:

$TTL 86400
@       IN      SOA    opnsense.localdomain. mail.opnsense.localdomain. ( 2412101547 21600 3600 3542400 3600 )
                NS epcns
@                A 192.168.xx.xx
epcns                A 192.168.xx.xx
pcrf                A 127.0.0.5


ping epcns does not resolve. Is there an extra step I'm missing or