在CentOS 7.3,如果沒有Network Manager
,如何確保網路卡ifup
自動啟動?
我添加HOTPLUG=yes
了/etc/sysconfig/network-scripts/ifcfg-eth1
,但是當我熱插拔網路卡,網卡未處於「ifconfig
」狀態。 (ifconfig -a
將列出它)。
謝謝!
答案1
好吧,看起來在Redhat/centos中,NM是處理熱插拔的方式。 https://access.redhat.com/solutions/429653
答案2
在您的設定檔 (/etc/sysconfig/network-scripts/ifcfg-) 中,您可以使用該ONBOOT=yes
選項。