Configuring a Static IP Address and Network Settings

To use a static IP address, set up a static IP address and network settings for the CTERA Portal Server.

To set up a static IP address and network settings

  1. Log in as root.
  2. In the command line, enter the following command:

    ctera-network-util.sh set_static interface ip mask gw dns [dns2]

    Where:

    For example, to configure the interface e1000g0, server IP address 192.168.90.50, netmask 255.255.255.0, default gateway 192.168.90.1, primary DNS server 192.168.90.2, and alternate DNS server 192.168.90.3, enter the following command:

    ctera-network-util.sh set_static e1000g0 192.168.90.50 255.255.255.0 192.168.90.1 192.168.90.2 192.168.90.3

    CTERA Portal is assigned the specified static IP address and network settings.

     

    Tip

    Info Icon

    You can revert to using a dynamic IP address for CTERA Portal, by enabling DHCP as described in Enabling DHCP.

See Also

Enabling DHCP

Viewing the Interface's Status