On This Page
Discovering the Name of the First Network Interface
Tufin Orchestration Suite is managed on the first network interface, which is automatically assigned by the operating system based on the PCI ID. Any changes made to the network and DNS settings need to be made on this interface. If you do not know the name of the first network interface, you are going to need to discover it first.
For TufinOS 3.50 or above you can modify the first network interface using the tools provided by TOS. See details in Configuring Network and DNS Settings.
To discover the name of the first network interface
For CentOS 7/RHEL 7 you will need to download the script. Download the script from the Tufin Portal, and unpack it to your machine
-
Download the script network_interface_by_pci_order.sh
-
Run the script.
-
Enter the command:
/opt/tufin/scripts/os/network_interface_by_pci_order.sh | grep "NET_IFS\[0\]"
The name of the first network interface is displayed (index number is 0), which in the example below is ens161
NET_IFS[0]='ens161'