Chapter 4: Using the Command Line Interface
156
Specify the primary DNS server:
config:#
network dns firstServer <ip address>
Specify the secondary DNS server:
config:#
network dns secondServer <ip address>
Specify the third DNS server:
config:#
network dns thirdServer <ip address>
Determine which IP address is used when the DNS server returns both IPv4 and IPv6 addresses:
config:#
network dns resolverPreference <resolver>
Variables:
•
<ip address> is the IP address of the DNS server.
•
<resolver> is one of the options:
preferV4
or
preferV6.
Option
Description
preferV4
Use the IPv4 addresses returned by the DNS server.
preferV6
Use the IPv6 addresses returned by the DNS server.
Setting LAN Interface Parameters
A LAN interface configuration command begins with
network ethernet
.
Enabling or Disabling the LAN Interface
This command enables or disables the LAN interface.
config:#
network ethernet <ETH> enabled <option>
Variables:
•
<ETH> is
ethernet
.
Option
Description
eth1
ETH1 port.
eth2
ETH2 port.
•
<option> is one of the options:
true
or false
.