How to get network working on CentOS minimal install
RHEL/CentOS 7 minimal does not enable network interfaces by default as a result you may not able to connect to any network. Follow these steps to get network working on RHEL/CentOS 7 minimal
[list=]- Type [c]nmcli [/c] command to get the list off ethernet interfaces
- Run [c]nmtui[/c] command to open Network Manager
- Press Edit Connection
- Choose the network interface you want to edit
- Change the DHCP configuration choose IPv4 CONFIGURATION: Automatic
- Turn on Automatically connect
- Lastly restart network services [c]service network restart[/c]
0 Comments