Quantcast
Viewing all articles
Browse latest Browse all 7

Answer by Pourko for network.service Failed to start LSB: Bring up/down networking - Centos 7

The file /etc/sysconfig/network is a global (across all network cards) configuration file. It tells the system boot scripts whether we even want networking.

It can contain things like:

NETWORKING=yesHOSTNAME=myboxGATEWAY=192.168.1.1

The absence of this file signals the system boot scripts to not even bother going through the /etc/sysconfig/network-scripts/*, which is why your /etc/sysconfig/network-scripts/ifcfg-eth0 file was never even used before you touched the /etc/sysconfig/network file.


Viewing all articles
Browse latest Browse all 7

Trending Articles