Linux

[Linux] centos network onboot

twoDeveloper 2022. 8. 17. 14:05

다음과 같이 ip 주소가 띄어지지 않는 경우 존재

 

 

다음 경로로 접속하여 ONBOOT=no 부분을 yes로 변경

vi /etc/sysconfig/network-scripts/ifcfg-enp0s8
---
ONBOOT=yes

 

'Linux' 카테고리의 다른 글

[Linux] This account is currently not available.  (0) 2024.07.03
[Linux] Group 생성  (0) 2021.09.21
[Linux] 사용자 생성  (0) 2021.09.21
[Linux] Hostname 변경  (0) 2021.09.06
[Linux] ssh-keygen  (0) 2021.09.06