Hi @aguerriero
As per the given configuration example I have tested in the lab. Post enabling "add-vhost-domain-to-dnsdb " setting in the access-proxy for the ZTNA configured server able to see the entry in the database under shadow-ztna
e.g.:-
config firewall access-proxy
edit "ztna"
set vip "ztna"
set client-cert enable
set add-vhost-domain-to-dnsdb enable
next
end
show full-configuration system dns-database
config system dns-database
edit "test1.test.com"
set status enable
set domain "test1.test.com"
set type primary
set view shadow-ztna
set ttl 86400
set authoritative enable
unset forwarder
set source-ip 0.0.0.0
config dns-entry
edit 1
set status enable
set type A
set ttl 86400
set hostname "test1.test.com"
set ip 172.18.82.66
next
end
unset allow-transfer
set primary-name "test1.test.com"
set contact "fgt-ztna"
next
Please confirm the access-proxy and VIP configuration for the ZTNA server. And make sure to enable below setting
add-vhost/domain-to-dnsdb
Regards
Priyanka
- Have you found a solution? Then give your helper a "Kudos" and mark the solution.