Configuring Network Settings Parent topic

Virtual Mobile Infrastructure enables you to configure network setting using command line interface.

Procedure

  1. Open Terminal on the Virtual Mobile Infrastructure server, and log on with the user account: root.
    Note
    Note
    To log on, use the root account password that you created during Virtual Mobile Infrastructure server installation.
  2. Type enable to enable privileged mode.
  3. Do one of the following:
    • To configure eht0, type the following command:
      • configure network interface ipv4 eth0 <ipaddress> <submask>
    • To configure the gateway, type the following command:
      • configure network route default ipv4 <ipaddress>
    • To configure the DNS, type the following command:
      • configure network dns ipv4 <ipaddress for DNS1>
    • To configure the secondary DNS, type the following command:
      • configure network dns ipv4 <ipaddress for DNS1> ipv4 <ipaddress for DNS2>