J
JOATOSIT Operations Platform
Browse documentation

Ping, traceroute and DNS lookups

Network Tools

Three of JOATOS's built-in diagnostics — ping, traceroute, and DNS lookup — help you check reachability and name resolution on demand. Find them under Settings → Tools.

Ping

Test whether a host responds:

  1. Enter a target (IP or hostname).
  2. Choose a count (1, 2, 4, 8, 16, or 20 pings).
  3. Select Run.

Results stream live into a terminal-style pane, line by line, with the exit result at the end. Clear wipes the output.

Traceroute

Trace the network path to a host:

  1. Enter a target.
  2. Choose the max hops (10, 15, 20, or 30).
  3. Select Run.

Each hop appears as it's discovered, in the same streaming output pane.

DNS lookup

Resolve a name or address:

  1. Enter a target (hostname or IP).
  2. Choose a record type — A, AAAA, CNAME, MX, NS, TXT, SOA, or PTR.
  3. Select Lookup.

Results show the returned records (for MX, the priority and mail exchanger); if nothing resolves, you'll see an error.

Running from a MikroTik device

When you're viewing a MikroTik device that has an API credential assigned, extra Ping (device) and Traceroute (device) tabs let you run those tests from the device itself rather than from JOATOS — useful for checking reachability from that vantage point on the network.

Notes & tips

  • Ping and traceroute run from the JOATOS server; the MikroTik-proxied versions run from the selected device.
  • These tools are part of the optional Tools module — if you don't see them, an admin can enable the module (see Enabling and disabling modules).

Related