Virtual Machine Environment settings

Source: Internet
Author: User

At home to do Linux under the program development, to the computer to reload the system, the price is too big. So I'm going to use a virtual machine.

Step One:

Enter the network connection to find the static IP of the VMware network adapter VMNET1 settings IPv4. The IP address uses 192.168.87.1, and the subnet mask uses 255.255.255.0. The default gateway is not set. IPv6 not set.

Step Two:

Turn off the system in the virtual machine and set the network to host-only in VMware palyer (virtual machine) to follow the host. After starting the virtual system, go to the following path CD/etc/sysconfig/network-scripts. LS can find ifcfg-eth0 this file. VI Ifcfg-eth0, modified as follows:

bootproto=staticipaddr=192.168.87.2 (change to IP to set) netmask=255.255.255.0 (subnet mask) gateway=192.168.0.1 (Gateway)
Launch and save the file, and then command service network restart

Step Three:

download ssh and install, then use SSH to access Linux and drag files in.


then you can start learning Linux under the program development.

Virtual Machine Environment settings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.