Problem
OneFuse DNS job fails - verification of DNS records does not complete successfully.
Cause
Dns validation happens from the OneFuse appliance. If there is a firewall between the OneFuse appliance and the DNS resolver and no rules exist allowing connectivity between OneFuse and the resolver on port 53, validation will time out due to lack of connectivity.
The OneFuse appliance must be able to talk to the DNS resolver on port 53.
Affected Versions
all
Workaround or Solution
Overview
You can do this simple test to see if connectivity between your OneFuse appliance and DNS resolver(s) is functioning:
Steps
SSH into the OneFuse appliance as root user
Type
curl -v telnet://<your_DNS_resolver_fqdn>:53
on the command line and hit enterThe results will look similar to that of below
“Connected to <dns_resolver> port 53 (#0)”, connectivity is established successfully"
If the command hangs and does not return a “Connected to” message, it indicates that connectivity between the OneFuse appliance and the DNS resolver is not open. Update your firewall appropriately.
Source: OneFuse appliance IP address(es)
Destination : DNS Resolver(s) IP address(es)
Port: 53
Additional information
n/a
0 Comments