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

Network DNS Override


Redirect all outgoing DNS traffic to the DNS server provided by the Network Emulator.

DNS queries are normally forwarded upstream. However, specific hosts and FQDN may be overridden.

The DNS server functions in a round-robin fashion. If multiple entries are provided for a single host name, the DNS server will cycle through this list when responding to DNS queries. An entry with an empty IP address field will remove all knowledge of a hostname from the DNS server.


{% if method == 'POST' %} {% if success %} {% else %} {% endif %} {% endif %}
IP address
Hostname

DNS Overrides
{% for override in dns_overrides %} {% endfor %}
IP Address Hostname Action
{{ override['ip_address'] }} {{ override['hostname'] }}
{% endblock %}