Dear visitor, in case we do not cover a topic you are looking for, then feel free to ask in our freshly created forum for IT-professionals for a solution. We hope our visitors can help you out with your questions. Have a good one. ~ Tom.

How to fix CentOS 7 network card down after power-on or reboot

Check /etc/sysconfig/network

# cat /etc/sysconfig/network | grep -i networking
NETWORKING=no

Make sure the value of NETWORKING is set to ‘yes’

Check /etc/sysconfig/network-scripts/ifcfg-eth0

# cat /etc/sysconfig/network-scripts/ifcfg-eth0  | grep -i onboot
ONBOOT=no

Make sure the value of ONBOOT is set to ‘yes’

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.