fgiudici

Authored Comments

Hi Bryant,
thanks for the nice article.
You can use nmcli to edit static network configuration instead of editing ifcfg files by hand:
nmcli conn modify SOME_CONNECTION_NAME ipv4.method manual ipv4.address YOUR_IP_ADDRESS/NETMASK ipv4.gateway YOUR_IP_GATEWAY

nmcli can be an alternative in checking network interfaces too:
nmcli device

or to check the overall network status:
nmcli