User guide

Chapter 7: Using the Command Line Interface
167
Setting the Primary DNS Server
After selecting the static IP configuration mode, you can use this
command syntax to specify the primary DNS server.
config:# network primaryDNSServer <ip address>
Variables:
<ip address> is the IP address of the primary DNS server. The value
ranges from 0.0.0.0 to 255.255.255.255.
Example
The following command determines that the primary DNS server is
192.168.84.30.
config:# network primaryDNSServer 192.168.84.30
Setting the Secondary DNS Server
After selecting the static IP configuration mode, you can use this
command syntax to specify the secondary DNS server.
config:# network secondaryDNSServer <ip address>
Variables:
<ip address> is the IP address of the secondary DNS server. The
value ranges from 0.0.0.0 to 255.255.255.255.
Example
The following command determines that the secondary DNS server is
192.168.84.33.
config:# network secondaryDNSServer 192.168.84.33