User guide

Chapter 7: Using the Command Line Interface
168
Overriding the DHCP-Assigned DNS Server
After specifying the primary/secondary DNS server, you can use this
command to override the DHCP-assigned DNS server with the one you
specified.
config:# network overrideDNS <option>
Variables:
<option> is one of the options: enable or disable.
Option Description
enable This option overrides the DHCP-assigned DNS
server with the primary/secondary DNS server you
assign.
disable This option disables the overriding and resumes
using the DHCP-assigned DNS server.
Example
The following command overrides the DHCP-assigned DNS server with
the one you specified.
config:# network overrideDNS enable
Setting the Network Service Parameters
A network service command begins with networkservices.
Changing the HTTP Port
This command syntax changes the HTTP port.
config:# networkservices httpPort <n>
Variables:
<n> is a TCP port number between 1 and 65535. The default HTTP
port is 80.
Example
The following command sets the HTTP port to 81.
config:# networkservices httpPort 81