Many of my friends are using VMware to test different system, I combined with their own experience to talk about the understanding of the network settings, wrong, please correct me.
bridge: screen.width*0.7){this.resized=true;this.width=screen.width*0.7;this.style.cursor='hand';this.alt='Clickheretoopennewwindow\nCTRL+Mousewheeltozoomin/out';}" onclick="if(!this.resized){returntrue;} else{window.open('http://Linux.chinaitlab.com/UploadFiles_7565/200709/20070913112003592.gif');}" src="http://Linux.chinaitlab.com/UploadFiles_7565/200709/20070913112003592.gif"onload="if(this.width>screen.width*0.7){this.resized=true;this.width=screen.width*0.7;this.alt='Clickheretoopennewwindow\nCTRL+Mousewheeltozoomin/out';}" Border = 0 > this way the most simple, direct to the virtual network adapter bridge received a physical network adapter, and a network adapter binding under linux in two different address is similar, in fact, the network adapter to promiscuous mode to listen on multiple IP capabilities. In this mode the virtual machine's internal network connection (for example linux by eth0) directly attached to a physical network card is located on a network, can be thought of as a virtual machine and host machine is in a position to, etc, on the network relationship is equal, not who's who behind the problem. This way is very simple, the premise is that you can get one or more addresses. For various network experiment of friends doesn't fit, because you're not on the virtual machine's network control, it went directly. Nat: screen.width * 0.7) {this.resized = true; this.width = screen.width * 0.7; this.style.cursor = ' hand '; this.alt = ' Clickheretoopennewwindow\nCTRL + Mousewheeltozoomin/out ';} " onclick="if(!this.resized){returntrue;} else{window.open('http://Linux.chinaitlab.com/UploadFiles_7565/200709/20070913112004638.gif');}" src="http://Linux.chinaitlab.com/UploadFiles_7565/200709/20070913112004638.gif"onload="if(this.width>screen.width*0.7){this.resized=true;this.width=screen.width*0.7;this.alt='Clickheretoopennewwindow\nCTRL+Mousewheeltozoomin/out';}" Border = 0 > which host inside a virtual network adapter vmnet8 (default), if you have had experience doing nat server, here's vmnet8 is equivalent to connect to the intranet network adapter, and the virtual machine itself is equivalent to running the machine, Internet, VM NIC (eth0) is independent of the vmnet8. You will find in this way, vmware's own dhcp will default to the loaded into vmnet8 interface so that virtual machines can use DHCP service. More importantly, vmware comes with nat service that provides external network from vmnet8 to address conversion, so this is a real nat server running, just for the virtual machine. Obviously, if you have only one network address, this is appropriate.
No comments:
Post a Comment