버추얼박스 + CentOS 네트워크 설정
OS/Linux2018. 4. 14. 01:11
[root@localhost]# /etc/sysconfig/network-scripts/ifcfg-eth1
ONBOOT=yes // 변경
[root@localhost]# service network restart
[root@localhost]# ifconfig
[root@localhost]# uuidgen
4c242241-cf81-...
[root@localhost]# /etc/sysconfig/network-scripts/ifcfg-eth0
.
.
.
[root@localhost]# service network restart
'OS > Linux' 카테고리의 다른 글
자주 사용하는 centos 명령어 (0) | 2018.09.10 |
---|---|
Git 명령어들 (0) | 2018.07.15 |
CENTOS 맥주소 및 NIC UUID gen (0) | 2018.04.11 |
CentOS GIT 서버 구축 (0) | 2018.03.28 |
centos 기본 내장 mariadb 삭제 하고 mysql 5.6 설치 (Transaction Check Error: 해결법) (0) | 2018.03.25 |