Configures default DNS forwarders on the SecureRamp. The default forwarder is used to resolve DNS names that belong to domains other than those configured for the local office. Default forwarders are usually given by the ISP.
setdnsdefaultns -e auto_flag -a forwarder_addresses -t cache_timeout
setdnsdefaultns -e 1 -a -1 200.12.3.2 -2 200.12.3.3 -t 5
This command will configure the default name servers as 200.12.3.2 and 200.12.3.3, and also configure the DNS cache timeout value to be 5 minutes.
setdnsdefaultns -e 0
This command will configure the default name servers to be obtained from the ISP automatically when the SecureRamp dials into the ISP.