Network configuration

Prev Next

The network settings, including IP address, subnet mask, and default gateway, and the Domain Name Service (DNS) server addresses, are defined manually.

There are two management Ethernet interfaces on the NDR: Eth0 and Eth1. Eth0 is configured for management, which allows a user to SSH to the device and use a browser to interact with the NDR. Eth1 is used for internal communications between the NDR and Packet Capture. To change network settings, use the CLI.

Important

Trellix highly recommends using the CLI to modify your NDR appliance configuration settings. Trellix does not provide technical support for configuration changes made using the shell. (DOC-958)

To manually configure the management interface, you must use the Eth1 interface.

Configuring Eth0 and Eth1

To configure Eth0 and Eth1:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings:

    hostname # network

  6. To set the Eth0, type 7. When prompted, enter the address for eth0.

  7. To set the Eth1, type 8. When prompted, enter the address for eth 1.

  8. Type q to save your settings and exit.

  9. Type y or n to confirm your changes.

  10. Type y to restart the network.

Configuring the hostname

To configure the hostname:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter into “Cluster setup” option in cli menu

    hostname # cluster setup

  6. Type Y to open to Cluster configuration menu.

  7. Type E to edit the cluster configuration.

  8. Type N to edit the node name and type y to change the node name.

  9. Clear the existing name completely and type the new required hostname and then press Enter.

  10. Type q to save the configuration.

  11. Type q to save and sync the configuration.

  12. Press Enter with the configuration file name and type y to install the configuration on the machine. Press any key to continue.

  13. To view the updated hostname, type Show Hostname in CLI menu to check the updated hostname.

Configuring the DNS Server

To configure the DNS server:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings:

    hostname # network

  6. To set DNS name servers, type 2. When prompted, enter the space-separated list of DNS server addresses and press Enter.

  7. Type q to save your settings and exit.

  8. Type y or n to confirm your changes.

  9. Type Y to restart the network.

Configuring the DNS search domain

To configure the DNS search domains:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings:

    hostname # network

  6. To set DNS search domains, type 4. When prompted, enter the space-separated list of DNS search domains and press enter.

  7. Type q to save your settings and exit.

  8. Type y or n to confirm your changes.

  9. Type restart networking to restart the network.

Configuring the IP network parameters

To configure the IP network parameters:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings:

    hostname # network

  6. To set IP network parameters, type 5. When prompted, enter the address, netmask, and gateway of the NDR.

    IPv6 is supported.

  7. Type q to save your settings and exit.

  8. Type y or n to confirm your changes.

  9. Type restart networking to restart the network.

Configuring SFP management interface for x600 appliances

Prerequisite: Disconnect the cable from the 10G-T port and connect it to the SFP management port.

To configure the SFP management interface:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings:

    hostname # network

    1: Node name = 2600-1

    2: DNS Server(s) = 10.128.11.100

    3: NTP Server(s) = 0.pool.ntp.org

    4: Search Domains(s) =

    5: IPv4 Default GW = 10.128.58.193

    6: IPv6 Default GW =Available

    7: ETH0 Address Configuration

    8: ETH1 Address Configuration

    9: IPMI Configuration

    10: Change interface

  6. To change the network interface, type 10 and press Enter. Available interfaces are: Currently selected interface - 15FF:10G-T 1) 15FF : 10G-T 2) 104E : SFP By default, 10G-T is selected.

  7. Select 2 to change the interface to SFP.

  8. Type q to save your settings and exit.

  9. Type y or n to confirm your changes.

    The system restarts after the interface is changed.

Configuring the IPMI

IPMI is used as a remote troubleshooting interface and allows you to reboot or reimage the unit if it becomes unresponsive. You can set an IP address for this interface during the initial network settings. See See "Initial Configuration". The IPMI configuration is optional.

To configure the IPMI:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Enter the network settings: hostname # network

  6. To set the IPMI, type 9. When prompted, enter the IPMI IP address, netmask, and gateway.

  7. Type q to save your settings and exit.

  8. Type y or n to confirm your changes.

  9. Type restart networking to restart the network.

Testing connectivity

To test connectivity:

  1. Log in to the NDR as npadmin using the NDR IP address or FQDN. For example:

    $ ssh npadmin@10.1.0.1

    or

    $ ssh npadmin@exampleFQDN

  2. Enter privileged mode:

    npadmin@ia> enable

  3. Enter the npadmin password. The password can be 5 to 24 characters long.

    [sudo] password for npadmin: <password>

  4. Enter configuration mode:

    npadmin@ia# configure system

  5. Test your connectivity and name resolution by pinging a machine with a fully qualified hostname. Use ping from the CLI, for example ping www.google.com.

  6. Press ctr > c to return to the CLI.

    Example: ia(config)# ping trellix.com