VMware Workstation 如何上網

Home Home
引用 | 編輯 franktory
2008-09-24 12:44
樓主
推文 x0
我的網路是學校網路是一個人一個IP然後再對網 ..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 blestarry
2008-09-24 13:15
1樓
  
1.虛擬機中的作業系統要先安裝 VMware Tools
VM > Install VMware Tools

2.安裝完後重新啟虛擬機中的作業系統,設定網路共享
VM > Settings > Ethernet > Host-only / NAT


獻花 x0
引用 | 編輯 liujenha
2008-09-24 14:34
2樓
  
只要不要將網卡設定為Host-only就好了

獻花 x0
引用 | 編輯 franktory
2008-09-25 00:04
3樓
  
可以上網路
感謝大大的教學

獻花 x0
引用 | 編輯 ICLA
2008-09-30 01:12
4樓
  
Bridged Networking
Bridged networking connects a virtual machine to a network by using the host computer’s network adapter. If your host computer is on a network, this is often the easiest way to give your virtual machine access to that network. The virtual network adapter in the virtual machine connects to the physical network adapter in your host computer, allowing it to connect to the LAN the host computer uses.
Bridged networking configures your virtual machine as a unique identity on the network, separate from and unrelated to its host. It makes the virtual machine visible to other computers on the network, and they can communicate directly with the virtual machine. Bridged networking works with both wired and wireless physical host network cards.

Bridged 會讓虛擬機器在網路上被視為一部與 Host 無涉的獨立電腦,但樓主已經說學校鎖 MAC,所以 Bridged 無法讓虛擬機器連出去,因為虛擬機器會拿不到 IP,IP 已經被 Host 電腦的網卡拿去了。

Network Address Translation (NAT)
NAT configures a virtual machine to share the IP and MAC addresses of the host. The virtual machine and the host share a single network identity that is not visible outside the network. NAT can be useful when your network administrator lets you use a single IP address or MAC address. If cannot give your virtual machine an IP address on the external network, you can use NAT to give your virtual machine access to the Internet or another TCP/IP network. NAT uses the host computer’s network connection. NAT works with Ethernet, DSL, and phone modems.

NAT 可讓虛擬機器共用 Host 電腦的網路,所以虛擬機器和 Host 電腦在外部看來是一部電腦而不是兩部,所以 NAT 可讓虛擬機器用 Host 電腦的網卡連出去。

Host-Only Networking
Host-only networking creates a network that is completely contained within the host computer. Host-only networking provides a network connection between the virtual machine and the host computer, using a virtual network adapter that is visible to the host operating system. This approach can be useful if you need to set up an isolated virtual network. In this configuration, the virtual machine cannot connect to the Internet. For more information on host-only networking, see Selecting IP Addresses on a Host-Only Network or NAT Configuration.

不論學校鎖不鎖 MAC,Host-Only 都無法讓虛擬機器連出去。

獻花 x1
引用 | 編輯 dannycnl
2009-05-20 15:48
5樓
  
THX Boss Share Some Data 表情

獻花 x0