-
-
Pages
Categories
Tags
압축 64bit android bash commands cpan debian development dmidecode dns find firefox flash forensics fuser git gpg gzip hacker http ipw3945 links::eunchul linux m1330 mail mysql passenger pdf perl php ps2pdf rails ruby security spam spamassassin ssh subroutines system tar tunneling ubuntu virtualization wireless xenArchives
Category Archives: virtualization
vmware-server NAT network settings.
목적
public-IP 를 vmware의 GuestOS에 할당해서 개별적으로 서비스를 하려 한다.
그런데, vmware-host 에 할당받은 IP가 제약적이기 때문에 bridge 방식으로 설정하기는 어렵다.
그래서 NAT 방식으로 설정을하고, route 구성을 하여 외부에서 접속을 하도록 한다.
구성
Host IP: 10.1.1.1 (public ip)
GuestOS IP: 10.1.1.10 (public ip)
GuestOS : vmware-guest (CentOS - 32bit) - 10.1.1.10 (255.255.255.255)
———————————————————————-
Host : vmware-server (CentOS 5.2 - 64bit) - 10.1.1.1 (255.255.255.252)
———————————————————————-
10.1.1.10 요청 [...]
xen 3.3.0 installation
os: Debian GNU/Linux 4.0r1
패키지 선택에서 아무것도 선택하지 않은 최소 설치를 한다.
debian 설치가 완료된후, 부팅을 한다.
xen 커널 컴파일에 필요한 패키지 설치.
# apt-get update
…
apt-get update
apt-get install bin86 bcc
apt-get install build-essential zlib1g-dev python2.4-dev libncurses5-dev libssl-dev openssl
apt-get install bridge-utils iproute patch mercurial gettext gawk texinfo xorg-dev bzip2
…
xen download
# cd /usr/src
# wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
…
# tar xvzf xen-3.3.0.tar.gz
…
xen installation
# [...]
parted - Can’t have overlapping partitions