c.
The login window appears. Log in as
admin
with password
admin
, and click
Login
.
You are prompted to set a new password.
d.
Configure the IP address and DNS, where
<Interface Name>
is the name of the interface you are using. For example:
ens33
.
e.
Do one of the following:
l
(Recommended) Run the command
sudo nmtui edit <Interface Name>
.
In the window, set the parameters as follows:
l
Set IPv4 CONFIGURATION to
Manual
.
l
Set Addresses to the internal machine IP together with the chosen subnet.
l
Set Gateway and DNS Servers to the IPs used by your organization.
l
(or) Edit the configuration files directly:
1.
Edit the file
/etc/sysconfig/network-scripts/ifcfg-eno1
.
2.
Change line
BOOTPROTO=dhcp
to
BOOTPROTO=static
.
3.
Add entries at the end of the file:
IPADDR=<NEWIP>
NETMASK=<MyNetmask>
GATEWAY=<MyGateway>
DNS1=<DNS_IP1>
DNS2=<DNS_IP2>
where
<NEWIP>
is the internal machine IP.
<MyNetmask>
,
<MyGateway>
,
<DNS_IP1>
,
<DNS_IP2>
are the appropriate values for your network.
f.
Restart the network service.
service network restart
3.
Installing Tufin Orchestration Suite Aurora
T-800/1200 Quick Start Guide
Chapter 5: Installing and Configuring Tufin Orchestration Suite Aurora
Copyright 2003-2021, Tufin Software Technologies Ltd.
14