Setting an static IP address in RHEL (the old way)
In RHEL8, you use NetworkManager or NMCLI to configure the networking, but in RHEL7 and before, you had to do it a different way.
In this post I show you which files you need to configure to be able set a static IP in REHL7.
1) Edit the network card configuration file, which will be something like the following
/etc/sysconfig/network-scripts/ifcfg-ens33
2) Add the network mask, and IP address.- Read more about Setting an static IP address in RHEL (the old way)
- Log in or register to post comments