{% trans "Pool name" %}
{% trans "Device pool" %}
{% trans "State" %}
{% trans "Autostart" %}
[{% for net in networks %} {% ifequal net pool %} {{ net }} {% else %} {{ net }} {% endifequal %} {% endfor %} ]
{{ device }}
{% trans "IPv4 configuration" %}
{% trans "IPv4 Forwarding" %}
{% trans "Network" %}
{% trans "DHCP" %}
{% if ipv4_dhcp_range %}{% trans "Start" %}
{% trans "End" %}
{% endif %}{% ifequal ipv4_forward.0 'nat' %} {% trans "NAT" %} {% endifequal %} {% ifequal ipv4_forward.0 'route' %} {% trans "ROUTE" %} {% endifequal %} {% ifequal ipv4_forward.0 'bridge' %} {% trans "BRIDGE" %} {% endifequal %} {% if not ipv4_forward.0 %} {% trans "ISOLATE" %} {% endif %}
{{ ipv4_network }}
{% if ipv4_dhcp_range %} {% trans "ON" %} {% else %} {% trans "OFF" %} {% endif %}
{% if ipv4_dhcp_range %} {% for dhcp in ipv4_dhcp_range %}{{ dhcp }}
{% endfor %} {% endif %}{% trans "Fixed Address" %}
{% trans "Address" %} | {% trans "MAC" %} |
---|---|
{{ fix.host }} | {{ fix.mac }} |