2013년 1월 3일 목요일

VirtualBox에 설치된 CentOS 6.3에 Putty를 이용한 접속하는 방법

Assumption

VirtualBox : 4.2.6
CentOS : 6.3

HDD : VDI 50GB

"새로만들기"로 CentOS VM 설치


설치 완료 후 ifconfig 확인
만약, lo만 뜬다면

# ifconfig -a
로 확인하여 eth0가 있는지 확인 후,

# ifup eth0
로 네트워크 활성화

# cp /etc/sysconfig/network-scripts/ifcfg-eth0 /root/ifcfg-eth0.old
# sed -i 's/ONBOOT="no"/ONBOOT="yes"/g' /etc/sysconfig/network-scripts/ifcfg-eth0
#  diff /root/ifcfg-eth0.old /etc/sysconfig/network-scripts/ifcfg-eth0


# ping google.com
인터넷이 되는지 확인

가상머신 종료

VirtualBox 설정에서 NIC 추가
어댑터2 -> 호스트 전용 어댑터 선택 -> 고급 -> 모두 허용

VM 가동 후 eth1 활성화
# cp /etc/sysconfig/network-script/ifcfg-eth0 /etc/sysconfig/network-script/ifcfg-eth1

# vim /etc/sysconfig/network-script/ifcfg-eth0
수정 IPADDR="192.168.56.101"     #Host Computer의 VirtualBos Host-Olny Network의 IP가
                                                 192.168.56.1이기 때문에...

Putty에서 192.168.56.101로 접속

댓글 없음:

댓글 쓰기