{% extends 'node/network/index.html' %} {% block toolbar_advanced %}class="active"{%endblock%} {% block content %}

Select the network settings management scheme below and click Save Settings. Note that managing network settings from the Web UI only works on Debian 10 and Ubuntu 18 operating systems. In all other cases you should set the network settings type to Not Managed and configure network settings manually.

{% csrf_token %} {% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% if form.errors.traceback %}
{{form.errors.traceback}}
{% endif %}
{%endif%}
{% for network_type in form.network_type %} {% endfor %}
{{form.manual_text}} {% if form.manual_text.errors %} {{form.manual_text.errors|striptags}} {% else %} Additional network configuration to be written to /etc/network/interfaces file. Only used on Debian 10. Not supported on Ubuntu 18. Contents are written to the system as-is so please be careful and understand what you are doing. {%endif%}
Cancel
{% endblock %}