Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS test fails due to slow operation #960

Open
jboddey opened this issue Jul 20, 2022 · 0 comments
Open

DNS test fails due to slow operation #960

jboddey opened this issue Jul 20, 2022 · 0 comments

Comments

@jboddey
Copy link

jboddey commented Jul 20, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant