Configuring the Basic Network Settings using the Command Line Interface

Configuring the Basic Network Settings using the Command Line Interface

The network settings can be configured manually via Command Line if there are no DHCP servers in the network or it is to be changed to dynamic IP to static IP.
Follow the steps to configure the Network settings via CLI
  1. When the prompt appears type cd /settings/network_connections/ETH0/
  2. Configure the settings as below
    1. set description=management-port
    2. set connect_automatically=yes
    3. set ipv4_mode=static
    4. set ipv4_address=<IPv4 Address>
    5. set ipv4_bitmask=<Subnet mask>
    6. set ipv4_gateway=<IPv4 Gateway Address>
    7. set ipv4_dns_server=<DNS server>
    8. set ipv4_dns_search=<DNS Lookup>
  3. Enter show to verify the changes.
  4. For changes to be saved type commit. 

Follow the link to how-to-video Configuring the Basic Network Settings using the Command Line Interface