3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

centos7 ネットワーク起動しない

Posted at

ネットワーク起動しようとしたら失敗。

systemctl restart network.service

Restarting network (via systemctl): Job for network.service failed. See
'systemctl status network.service' and 'journalctl -xn' for details.

以下のデバッグを仕掛けたら
SYSTEMCTL_SKIP_REDIRECT="enable" bash -x /etc/init.d/network restart

以下ファイルの22行目がおかしいとエラー出たので確認したら、
/etc/sysconfig/network-scripts/ifcfg-ens33

「"」が抜けていた。

詳細は以下URLにのっている。
http://zacodesign.net/blog/?p=862

3
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?