Diagnostics

The core troubleshooting toolkit. All five tools in this chapter take a hostname or an IPv4/IPv6 address and produce streaming results.

Ping

A standard ICMP echo — "is this host alive, and how fast?". DR-NetTools uses its own cross-platform Pinger, not the system ping binary, so behaviour is identical on every platform.

Packet size (default 32 bytes, range 24–1024) and timeout (default 1 s, range 1–2147 s) are global — Settings → Defaults. Changing them affects the next ping run.

Reading the results

Traceroute

Shows the path packets take to the destination, one hop at a time. Each hop displays the IP, resolved hostname (where possible) and response time; the GeoIP database adds country/city/ISP context for public addresses.

GeoIP annotations use the DR-ONLINE resolver (rate-limited, cached). Private addresses are not looked up.

MTR (continuous traceroute)

MTR — My Traceroute — keeps probing every hop in a loop, so you see per-hop loss percentage and jitter over time, not just a single snapshot. Best tool for "packets are being dropped somewhere, but where?".

Tap Stop when you've seen enough — the table freezes and the results can be shared or copied.

DNS lookup

A full-featured client resolver. Supports every record type the network library can decode — A, AAAA, NS, CNAME, SOA, PTR, HINFO, MX, TXT, SRV, NAPTR, DS, RRSIG, NSEC, NSEC3, DNSKEY — and offers a single-query or "query them all" mode.

DNSSEC records (DS, RRSIG, NSEC, DNSKEY) are fetched and displayed raw — the app does not validate signatures. Use them to confirm the zone is signed, not to establish trust.

Common gotchas

Reverse DNS (rDNS)

Maps an IP back to a PTR record (X.X.X.X.in-addr.arpa for IPv4, *.ip6.arpa for IPv6). Input is an IP; optional resolver field behaves the same as in DNS lookup.

RTT, TTL, loss, jitter — a glossary

TermWhat it means
RTT (round-trip time)Time for a packet to reach the target and a reply to come back.
TTL (time to live)Countdown in the IP header, decremented by each router. At 0 the packet is dropped — that's how Traceroute finds hops.
LossPercentage of probes without a reply.
JitterVariation between consecutive RTTs. High jitter hurts VoIP, gaming, real-time video.
ICMP seqPing packet sequence number — useful for matching a loss to a moment in time.
Previous
Getting started
Next
Scanning