2010년 5월 1일, 2막
CentOS 7 Network 오류 해결 본문
1. Network 시작 오류 발생
[root@localhost ~]# systemctl restart network
Starting network (via systemctl): Job for network.service failed. See 'systemctl status network.service' and 'journalctl -xn' for details
2. Network Manager를 재 등록 후 문제 해결
[root@localhost ~]# systemctl stop Network Manager
[root@localhost ~]# systemctl disable Network Manager
[root@localhost ~]# systemctl enable Network Manager
[root@localhost ~]# systemctl start Network Manager
[root@localhost ~]# systemctl restart network
[출처] Centos7 Network 오류(Faild to start lsb: bring up/down networking)|작성자 래치
'Computer > Tips' 카테고리의 다른 글
| [C#] OpenXML error : The type 'Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxxxx' error (0) | 2019.06.19 |
|---|---|
| [c#] delegate, event (0) | 2019.06.14 |
| [C#] BinaryReader 사용 시 한글깨짐 처리 (0) | 2019.05.26 |
| C# Panel 또는 TabPage 에 다른 폼 올리기 (0) | 2019.04.24 |
| 웹 브라우저를 닫을 때마다 자동적으로 쿠키를 삭제하는 법 (0) | 2018.12.29 |