Diagnostics Tools
Available on all tiers (free and paid).
IPv4 destinations are supported via DNS64/NAT64 — your agent resolves and reaches them transparently.
net_ping
Ping a host from your Route6 identity.
| Parameter | Type | Required | Description |
|---|---|---|---|
host | string | ✓ | IPv6 address, IPv4 address, or hostname |
count | number | — | Number of pings (default: 4, max: 20) |
Works for both IPv4 and IPv6 destinations — DNS64 synthesizes a NAT64 address for IPv4-only hosts.
net_traceroute
Traceroute to a destination. Shows each hop's address and RTT.
| Parameter | Type | Required | Description |
|---|---|---|---|
host | string | ✓ | IPv6 address, IPv4 address, or hostname |
max_hops | number | — | Maximum hops (default: 30) |
net_dns_resolve
Resolve a hostname via DNS64. Shows real AAAA records and synthesized NAT64 addresses for IPv4-only hosts.
| Parameter | Type | Required | Description |
|---|---|---|---|
hostname | string | ✓ | Hostname to resolve |