LoginSignup
0

More than 5 years have passed since last update.

RHEL 7 再起動時に eth0 が上がってこない

Posted at

/etc/sysconfig/network-scripts/ifcfg-eth0 で ONBOOT=no になっていたので修正して解決:
ONBOOT=yes

この項目は CentOS や Oracle Linux では変更した事がなかったけど、RedHat だけ必要なのかな。

参考
- Network interface does not come up after reboot; must be manually brought up with ifup https://access.redhat.com/solutions/38109

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
0