{% extends "base.html" %} {% block content %}
Tunnel Status
{{ health|upper }}

Last handshake {{ handshake_age if handshake_age is not none else "unknown" }} seconds ago

Instance

{{ instance_short or "Not enrolled" }}

Tunnel IP
{{ instance.wg_ip if instance else "none" }}
Edge
{{ edge_endpoint }}
Agent

Agent: {{ agent_state }}

Last heartbeat
{{ heartbeat_age if heartbeat_age is not none else "unknown" }} seconds ago
Version
{{ version }}

Advertised Routes

View all routes →
{% for route in routes %} {% endfor %}
RouteSource / Interface
{{ route.cidr }}{{ route.interface }}

No routes advertised.

Last updated: 0 seconds ago

{{ clients|length }}
Total clients
{{ latest_client.label if latest_client else "" }}

{{ latest_client.created_age if latest_client else "" }}

No client configs created.

Tunnel Connection Flow

Behind NAT

Your Network

Edge Relay

wg-diglett.calhta.com

Peer

Connected Client

{% endblock %}