Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Source
- maVen
- GIT
- lsof
- resource
- find
- Quartz
- VirtualBox
- ssh
- Windows 10
- JavaScript
- Windows
- context
- bash
- grep
- xargs
- Mac
- profile
- IntelliJ
- tomcat
- web.xml
- 줄바꿈 문자
- plugin
- import
- 단축키
- 네트워크
- netsh
- Eclipse
- vscode
- port
Archives
- Today
- Total
develog
[VirtualBox] CentOS 설치 본문
▶설치환경
Host OS : Windows 7 64bit
Guest OS : CentOS 64bit
VirtualBox : 4.2.16
VirtualBox Host-Only Network, IPv4 (192.168.56.101)
▶VirtualBox 에 Cent OS 설치
- 새로 만들기
이름 : CentOS
종류 : Linux
버전 : Red Hat (64 bit)
- 메모리 : 512 MB
- 하드 드라이브 : 지금 가상 하드 드라이브 만들기(C)
- 하드 드라이브 파일 종류 : VDI (VirtualBox 디스크 이미지)
- 물리적 하드 드라이브에 저장 : 동적 할당
- 파일 위치 및 크기 : CentOS
- 만들기
▶Cent OS 설정 변경
- 'CentOS (전원 꺼짐)' 선택
- 설정 - 네트워크 - 어댑터 2
- '네트워크 어댑터 사용하기' 체크
- '다음에 연결됨', '호스트 전용 어댑터' 선택
- MAC 주소 확인
- 확인
▶vi /etc/sysconfig/network-scripts/ifcfg-eth0
ONBOOT=yes
▶vi /etc/sysconfig/network-scripts/ifcfg-eth1
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.56.102
NETMASK=255.255.255.0
NETWORK=192.168.56.0
▶service network restart
▶ifconfig
▶ping -c 3 google.com
▶shutdown -r now
▶SSH 접속 테스트, 192.168.56.102, 22
'Virtual Box' 카테고리의 다른 글
[VirtualBox] linux, VBoxAdditions 설치 에러 (0) | 2015.10.27 |
---|---|
[VirtualBox] 공유폴더 설정 (0) | 2015.08.22 |
[VirtualBox] 게스트 확장 설치 실패 (0) | 2015.08.22 |
[VirtualBox] USB 부팅 (0) | 2014.05.07 |
Comments