CentOS 7 – No Network Connection
KB ID 0001047 Problem A while ago I spun up a CentOS server in VMware Workstation, and I could not get it connected to the network, I was in a bit of a hurry, so I blew it away and just built a new server with CentOS 6. This week I’ve been using VirtualBox and spun up a new CentOS 7 server and had the same problem. Solution 1. Quite why CentOS 7 does this I’m not sure, My NIC is called enp0s3 (run ‘ip addr’ to...
CentOS 7 – Ifconfig Command Not Found
KB ID 0001048 Problem Although not my strongest subject, I know enough to get by in Linux, so I was a little put out when I tried to run ifconfig, only to be told it could not be found. On an ‘out of the box’ install you are supposed to use ‘ip addr’ instead. Solution To Install Ifconfig 1. Run either of the following; yum provides ifconfig or yum whatprovides ifconfig And you should see a net-tools package....