{% extends "base.html" %} {% block head %}{% endblock %} {% 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 →
{% if routes %} {% for route in routes %} {% endfor %}
RouteSource / Interface
{{ route.cidr }}{{ route.interface }}
{% else %}

No routes advertised.

{% endif %}

Last updated: 0 seconds ago

{{ clients|length }}
Total client{% if clients|length != 1 %}s{% endif %}
{% if latest_client %}
{{ latest_client.label }}

{{ latest_client.created_at }}

{% else %}

No client configs created.

{% endif %}

Tunnel Connection Flow

Behind NAT

Your Network

Edge Relay

wg-diglett.calhta.com

Peer

Connected Client

{% endblock %}