User's Manual
EnRoute50x/51x User’s Guide
TR0153 Rev. D2
44
Web GUI
A primary and secondary DNS server can be set via the web interface using the “DNS” tab on
the “System Parameters” page.
Figure 22. Setting the DNS server(s)
6.7 DNS Proxy Configuration
DNS proxy entries can be added to an EnRoute500 to force local resolution of host names to
IP addresses.
CLI
A list of hostname/IP address to be resolved locally can be specified using the „dnsproxy.hosts‟
parameter in the „sys‟ interface. If multiple hostname/IP address entries are specified, they
must be separated by semi-colons, as shown in the example below. DNS proxying must be
explicitly enabled using the „dnsproxy.enable‟ parameter in the „sys‟ interface after the list of
hosts has been specified.
> use sys
sys> set dnsproxy.enable=yes
> use sys
sys> set dnsproxy.hosts=”server1.domain.com=10.0.0.1;server2.domain.com=10.0.0.129”