{% extends "layout.html" %} {% block title %}Networking{% endblock %} {% block content %}
{{ super() }}

LXC Network

{% if running != [] %}

Please, stop all containers before restarting lxc-net.


{% endif %}
(e.g lxcbr0)
(e.g 10.0.3.1)
(e.g 255.255.255.0)
(e.g 10.0.3.0/24)
(e.g 10.0.3.2,10.0.3.254)
(e.g 253)
If you change these settings, don't forget to change containers addresses!
{% endblock %} {% block script %} {% endblock %}