|
|
IPv4 |
IPv6 |
{% trans "LAN1" %}
|
{% trans "IP Address Setting Method" %}
|
{% if ipv4.lan1_method == "dhcp" %}
{% trans "Obtain an IP address automatically(DHCP)" %}
{% elif ipv4.lan1_method == "Invalid" %}
{% trans "Invalid" %}
{% elif ipv4.lan1_method == "manual" %}
{% trans "Manual Setting" %}
{% endif %}
|
{% if ipv6.lan1_method == "dhcp" %}
{% trans "Obtain an IP address automatically(DHCP)" %}
{% elif ipv6.lan1_method == "Invalid" %}
{% trans "Invalid" %}
{% elif ipv6.lan1_method == "manual" %}
{% trans "Manual Setting" %}
{% endif %}
|
{% trans "IP Address" %}
|
{% if ipv4.lan1_ip %}
{{ ipv4.lan1_ip }}
{% else %}
-
{% endif %}
|
{% if ipv6.lan1_ip %}
{{ ipv6.lan1_ip }}
{% else %}
-
{% endif %}
|
{% trans "Subnet Mask/Prefix Length" %} |
{% if ipv4.lan1_netmask %}
{{ ipv4.lan1_netmask }}
{% else %}
-
{% endif %}
|
{% if ipv6.lan1_prefixlen %}
{{ ipv6.lan1_prefixlen }}
{% else %}
-
{% endif %}
|
{% trans "Wake On LAN" %}{# Wake on LAN #} |
{% if ipv4.lan1_wol == "Valid" %}
{% trans "Valid" %}
{% elif ipv4.lan1_wol == "Invalid" %}
{% trans "Invalid" %}
{% else %}
-
{% endif %}
|
{%comment%}
{% if ipv4.lan1_wol == "Valid" %}
{% trans "Valid" %} |
{% elif ipv4.lan1_wol == "Invalid" %}
{% trans "Invalid" %} |
{% else %}
- |
{% endif %}
{%endcomment%}
- |
{% trans "Frame Size" %} |
{% if ipv4.lan1_framesize %}
{{ ipv4.lan1_framesize }}byte
{% elif ipv6.lan1_framesize %}
{{ ipv6.lan1_framesize }}byte
{% else %}
-
{% endif %}
|
{%comment%}
{% if ipv4.lan1_framesize %}
{{ ipv4.lan1_framesize }}byte |
{% elif ipv6.lan1_framesize %}
{{ ipv6.lan1_framesize }}byte |
{% else %}
- |
{% endif %}
{%endcomment%}
{% trans "MAC Address" %} |
{{ ipv4.lan1_mac }} |
{% trans "Link State" %} |
{% if ipv4.lan1_state != "unknown" %}
{{ ipv4.lan1_state }}Mbps
{% else %}
-
{% endif %}
|
{%comment%}
{% if ipv4.lan1_state != "unknown" %}
{{ ipv4.lan1_state }}Mbps |
{% else %}
- |
{% endif %}
{%endcomment%}
{% if LAN2_IS_SUPPORTED %}
{% trans "LAN2" %}
|
{% trans "IP Address Setting Method" %} |
{% if ipv4.lan2_method == "dhcp" %}
{% trans "Obtain an IP address automatically(DHCP)" %} |
{% elif ipv4.lan2_method == "Invalid" %}
{% trans "Invalid" %} |
{% elif ipv4.lan2_method == "manual" %}
{% trans "Manual Setting" %} |
{% endif %}
{% if ipv6.lan2_method == "dhcp" %}
{% trans "Obtain an IP address automatically(DHCP)" %} |
{% elif ipv6.lan2_method == "Invalid" %}
{% trans "Invalid" %} |
{% elif ipv6.lan2_method == "manual" %}
{% trans "Manual Setting" %} |
{% endif %}
{% trans "IP Address" %} |
{% if ipv4.lan2_ip %}
{{ ipv4.lan2_ip }} |
{% else %}
- |
{% endif %}
{% if ipv6.lan2_ip %}
{{ ipv6.lan2_ip }} |
{% else %}
- |
{% endif %}
{% trans "Subnet Mask/Prefix Length" %} |
{% if ipv4.lan2_netmask %}
{{ ipv4.lan2_netmask }} |
{% else %}
- |
{% endif %}
{% if ipv6.lan2_prefixlen %}
{{ ipv6.lan2_prefixlen }} |
{% else %}
- |
{% endif %}
{% trans "Wake On LAN" %} |
{% if ipv4.lan2_wol == "Valid" %}
{% trans "Valid" %} |
{% elif ipv4.lan2_wol == "Invalid" %}
{% trans "Invalid" %} |
{% else %}
- |
{% endif %}
- |
{% trans "Frame Size" %} |
{% if ipv4.lan2_framesize %}
{{ ipv4.lan2_framesize }}byte |
{% elif ipv6.lan2_framesize %}
{{ ipv6.lan2_framesize }}byte |
{% else %}
- |
{% endif %}
{% trans "MAC Address" %} |
{% if ipv4.lan2_method != "Invalid" and ipv4.lan2_mac %}
{{ ipv4.lan2_mac }} |
{% elif ipv6.lan2_method != "Invalid" and ipv6.lan2_mac %}
{{ ipv6.lan2_mac }} |
{% else %}
- |
{% endif %}
{% trans "Link State" %} |
{% if ipv4.lan2_method != "Invalid" and ipv4.lan2_state != "unknown" %}
{{ ipv4.lan2_state }}Mbps |
{% elif ipv6.lan2_method != "Invalid" and ipv6.lan2_state != "unknown" %}
{{ ipv6.lan2_state }}Mbps |
{% else %}
- |
{% endif %}
{% endif %}
{% trans "Common Setting" %} |
{% trans "Method" %} |
{% if LAN2_IS_SUPPORTED %}
{% if ipv4.lan1_method != "Invalid" or ipv4.lan2_method != "Invalid" %}
{% if ipv4.common == "STATIC" %}
{% trans "Set manually" %}
{% elif ipv4.common == "LAN1" %}
{% trans "Primarily obtain from LAN1 automatically." %}
{% elif ipv4.common == "LAN2" %}
{% trans "Primarily obtain from LAN2 automatically." %}
{% else %}
{{ ipv4.common }}
{% endif %}
{% else %}
-
{% endif %}
{% else %}
{% if ipv4.lan1_method != "Invalid" %}
{% if ipv4.common == "STATIC" %}
{% trans "Custom Settings" %}
{% elif ipv4.common == "LAN1" %}
{% trans "Auto" %}
{% else %}
{{ ipv4.common }}
{% endif %}
{% else %}
-
{% endif %}
{% endif %}
|
{% if LAN2_IS_SUPPORTED %}
{% if ipv6.lan1_method != "Invalid" or ipv6.lan2_method != "Invalid" %}
{% if ipv6.common == "STATIC" %}
{% trans "Set manually" %}
{% elif ipv6.common == "LAN1" %}
{% trans "Primarily obtain from LAN1 automatically." %}
{% elif ipv6.common == "LAN2" %}
{% trans "Primarily obtain from LAN2 automatically." %}
{% else %}
{{ ipv6.common }}
{% endif %}
{% else %}
-
{% endif %}
{% else %}
{% if ipv6.lan1_method != "Invalid" %}
{% if ipv6.common == "STATIC" %}
{% trans "Custom Settings" %}
{% elif ipv6.common == "LAN1" %}
{% trans "Auto" %}
{% else %}
{{ ipv6.common }}
{% endif %}
{% else %}
-
{% endif %}
{% endif %}
|
{% trans "Default Gateway" %} |
{% if ipv4.lan1_method != "Invalid" or ipv4.lan2_method != "Invalid" %}
{{ ipv4.gateway }} |
{% else %}
- |
{% endif %}
{% if ipv6.lan1_method != "Invalid" or ipv6.lan2_method != "Invalid" %}
{{ ipv6.gateway }} |
{% else %}
- |
{% endif %}
{% trans "DNS Server" %} |
{% if ipv4.lan1_method != "Invalid" or ipv4.lan2_method != "Invalid" %}
{{ ipv4.dnssrv }} |
{% else %}
- |
{% endif %}
{% if ipv6.lan1_method != "Invalid" or ipv6.lan2_method != "Invalid" %}
{{ ipv6.dnssrv }} |
{% else %}
- |
{% endif %}