복제할 VM의 정보 체크
$ ifconfig
$ ip addr
주소 확인
$ cat /etc/sysconfig/network-scripts/ifcfg-<본인이 확인한 주소>
맞는지 체크 (GATEWAY, DNS1, IPADDR 없다면 추가해야함!)
VM 복제
원본 VM에 우클릭으로 복제 선택 MAC주소 다르게 하는거 체크, 완전한 복제 선택
$ vi /etc/sysconfig/network-scripts/ifcfg-<본인이 확인한 주소>
ip address 원본 주소와 다르게 수정
참고
https://www.lesstif.com/system-admin/centos-network-centos-static-ip-13631535.html
CentOS 최소 설치후 수동으로 Network 설정(CentOS static ip 설정)
IP 는 192.168.152.231, GateWay=192.168.152.2, DNS=192.168.152.2, MAC=00:21:5e:30:10:9e 로 가정한다
www.lesstif.com
'linux' 카테고리의 다른 글
/usr/bin/env: `perl': No such file or directory (2) | 2020.08.03 |
---|---|
How to install java 8 on CentOS 8 (0) | 2020.08.03 |
How to install Python3.7 on CentOS 8 (0) | 2020.07.30 |
Ubuntu에서 VirtualBox로 CentOS8-minimal 설치 (0) | 2020.07.28 |
Ubuntu 18.04 에서 VM 생성 & 실행 (CLI) (0) | 2020.07.27 |