PC operating system Windows Virtual Machine System Fedora9.0 uses bridged, that is, network bridging. In this way, you must use Windows to access the Internet, which is equivalent to two computers in the same network segment, the lab server is faulty today and cannot access the Internet, but I can use the bridged method or Windows to connect to fedora, probably because there is a problem with our server, however, the computers in our lab can ping each other. Note that because it is equivalent to the same network segment
Pc OS Windows
Virtual Machine System Fedora 9.0
When using bridged, that is, network bridging, you must use Windows to connect to the Internet. This is equivalent to two computers in the same network segment, the lab server is faulty today and cannot access the Internet, but I can use the bridged method or Windows to connect to fedora, probably because there is a problem with our server, however, the computers in our lab can ping each other. Note that because the two computers in the same network segment are connected to the server, the IP address of the virtual machine operating system should be in the same network segment as the IP address of the host Windows, that is, only the last group of numbers is different, for example, 192.168.1.11 and 192.168.1. * For the latter, only addresses less than 255 conflict with addresses in the LAN.
Related reading:
Linux + ARM environment configuration-NFS http://www.linuxidc.com/Linux/2011-08/41370.htm
Linux + ARM learning starting http://www.linuxidc.com/Linux/2011-08/41371.htm
Sort out how to use bridged for networking
1. Set VMware
VM -- setting -- network -- select the Bridged method. Remember to check Connect at Power on.
2. Set the linux IP Address
There are many methods to set linux IP addresses. The command methods include:
1. Command Line ifconfig
2. Modify the profile/etc/sysconfig/network-scripts/ifcfg-eth0
3. The setup Command provided by the system
On X-Windows, you can select System -- Administration -- Network.
Note that the static IP address is set as above. If the Subnet mask 255.255.255.0 gateway can be configured with 192.168.1.1 or 192.168.1.2, I will not try any other IP addresses.