DNS uses both User Datagram Protocol (UDP) and Transmission Control Protocol (TCP) on all specified ports to serve the DNS queries. UDP is preferred because it is fast and has low overhead. A DNS query is a single request from the DNS client followed by a single reply from the server.

DNS Port

Service Time

Response Settings

Send response using default.com zone if not found in the zone configuration. (Else domain does not exit (NXDOMAIN) will be send.

Notes :-

  1. All zones need to be configured in $HPD_ROOT/zones directory. default.com is bundled with the release.
  2. Zone file can have one or more lines in the following format:
  3. Domain|QType|QClass|TTL(Seconds)|Answers1,Answers2
  4. Supported QTypes are - A, AAAA, CNAME, MX, NS, PTR, SOA
  5. QClass should be always IN
  6. After any file changes, controller need to be restarted
  7. For example, cavisson.com zone file can have following entries www.cavisson.com|A|IN|86400|10.10.10.1

Error Simulation

Note:- Error Simulation will be applicable only if response setting is disabled