daq
daq copied to clipboard
DNS test fails due to slow operation
The DNS test (hostname resolution) reports a fail case if the device sends any DNS requests to a DNS server which is not the DAQ provided DNS server.
However, upon looking at a packet trace (monitor.pcap) to verify this, the packet trace shows that the device begins sending DNS requests to either 0.0.0.0 or 255.255.255.0 but then sends all DNS requests to the DAQ DNS server once network settings have been received and processed.
Suggests: Checking each DNS request and ignore any to non-public IP addresses (e.g 0.0.0, 255.255.255.0).