{% extends "base.html" %} {% block content %}

Configuration du VPN

Statut

{% block password %} {% endblock %}
Identifiant {{object.login}}
Générer un nouveau mot de passe
Commentaire
Ce VPN est {% if object.activated %}activé{% else %}désactivé{% endif %}

Adresses IP

IPv4
IPv6
Sous-réseaux {% if object.ipv4_endpoint or object.ipv6_endpoint %}
    {% for subnet in object.administrative_subscription.ip_subnet.all %}
  • {{ subnet }}
  • {% endfor %}
{% else %}Aucune adresse{% endif %}

Graphe de trafic sur 24 heures :

Graphe de trafic {{ object.login }}
{% endblock %}