vmware centos虚拟环境

671阅读 0评论2009-05-30 lukeunique
分类:LINUX

1,Software Download:
2,
VMware
CentOS
New virtual Machine Wizard
■Network connnecttion method
   bridged networking :
   network address traslation(NAT)
   Host-holy networking:
VMWare 网络连接方式:
bridged networking:虚拟机和主机地位等同 ,IP不同,连接外网通信(网络断,之间不能通信)
*Host-holy networking:主机连接外网通信(正常IP),(主机和虚拟机用Vnet1(虚拟网络)连接,主机IP192.168.0.1,虚拟机IP192.168.0.XX)
     (网络断,之间能通信,外网无法连接虚拟机)
NAT:包含前两种功能(复杂)
virtual network editor
    vmnet1(host-only) :subnet;192.168.0.0

open the mathine

custom

manully

swap =mem *2
ext3
   / fill total maxim

network decvices

edit

×configure using DHCP
activate on boot
IP:192.168.0.99
netmask:255.255.255.0
Hostname
  manually:centos.domain.com
Gateway :192.168.0.1

continue

fire wall

root password

install

3,vi /etc/inittab
id:3

vi /etc/hosts
 
上一篇:VMWare网络连接方式
下一篇:Oracle DBA在新环境下必须了解的事情