Install VMware under windows as the development environment.
IP settings:
VMware provides:bridge,Host Only and NAT 3 ways. I think NAT is the best way to go:
1. VMware network adapter chosing NAT.
2. Edit=>virtual network editing=>NAT,NAT gateway ip address is 192.168.X.2
3. Under windows ipconfig to see the ip address of VMnet8, is 192.168.X.1
4. Set the ip address to be 192.168.X.55/255.255.255.0
/etc/network/interfaces
5. vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDRESS=192.168.X.55
NETMASK=255.255.255.0
GATEWAY=192.168.X.2
6. /etc/init.d/network restart
Domain setting:
Edit C:\WINDOWS\system32\drivers\etc\hosts Map the domain and the VM ip address.
Share folder setting:
Insert the linux.iso to the CDROM of VM. Install the tools.
./install.pl
Choose VM > Settings > Options and click Shared folders.
And your folder of windows will local in /mnt/hgfs/share


