AlwaysUseDefaultIPAddress

AlwaysUseDefaultIPAddress controls the behavior of the DNS function.

[DNS-Settings]
AlwaysUseDefaultIPAddress=1          ; Default: 0

When this is set, then the DNS will always return the DEFAULTIPADDR, when it is set, regardless of the status of the requester and regardless of the existence of the requested name/IP.

 

 

DEFAULTIPADDR

The DEFAULTIPADDR setting is a very simple but effective security feature.

[DNS-Settings]
DEFAULTIPADDR=192.168.17.18          ; Default: -

If DEFAULTIPADDR is not set then the DNS server serves everybody as expected with resolved names. If it is set, then requesters with an unknown IP address get always the default ip address as an answer to all name resolution requests. The intention of this feature is to forward all unknown clients to a predefined default address (e.g. a web server with registration facility). Since V1.9.3, this can be also defined on a per client basis. Please see AllowDNSQuery for details.

Please note that the PC running the DHCP server always resolves DNS requests regardless of the DEFAULTIPADDR setting.

FORWARD

Forwarding DNS requests.

[DNS-Settings]
FORWARD=192.168.2.1          ; Default: -

The FORWARD setting defines the IP address of one external DNS server that gets all the requests that the integrated DNS server can not answer. This feature is fairly rudimentary and works only with UDP.

EnableDNS

EnableDNS enables the integrated Domain Name Service (DNS) functionality of the DHCP Server.

[DNS-Settings]
EnableDNS=1          ; Default: 0