2

i am new with networking. I have problem with the internet connection between the host system and guest os.(workstation 8)

I have laptop with win 7, which needs to have the static public IP(already working, internet connection OK). Guest OS is win server 2008 r2 sp1. I need to set static IP with the internet connection.(here is the problem i can't get it.)

i tried to set the NAT to share the host IP address, but the guest ip is always obtained from DHCP(but it must be static for example 192.168.1.22). When i set the same IP on the both machines, it will resolve to the IP conflict.

The problem can by that host ip is : 195.x.x.x(public) and guest ip is 192.x.x.x.

I appreciate any advice.

Thank you for your time.

S.

4

1 に答える 1

0

VMのネットワークインターフェイスを「ブリッジ」モードに設定する必要があります。これにより、VMは、コンピューターの隣にあるネットワークのマシンのように機能します。

次に、仮想化OSで、必要なアドレスを使用してネットワークインターフェイスを「静的IPモード」に設定する必要があります。

このように動作するはずです。(pingは診断の友達です)

注:それでも、ゲストファイアウォールに注意してください。別のマシンからのパケットがあなたのマシンから放出されてそれらをブロックするのは奇妙に感じるかもしれません(私はそれを見ました)。その場合は、WireSharkで確認してください。

于 2012-10-17T14:44:24.500 に答える