You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

The DNS server settings are normally configured via DHCP option 6.

Via auto-provisioning it is possible to overwrite the DNS settings configured via DHCP option 6.

Auto-provisioning example

<?xml version="1.0" encoding="UTF-8"?>
<settings version="1.0" productID="e2">

<nvm>

</nvm>

<oper name="set_uci">

<!-- Example how to configure the Nx70 to use DHCP 

<param name="network.lan.proto" value="dhcp" />  -->


<!-- Use own DNS server(s) -->
<param name="network.lan.dns" value="8.8.8.8;84.116.46.22" />

<!-- 1 (default): use DNS server(s) provided by DHCP  / 0 : DO NOT use DNS server(s) provided by DHCP  -->
<param name="network.lan.peerdns" value="0" />

</oper>

</settings>

  • No labels