How to use virtual machines to access hosts on the network where the physical host is

IntangibleW 0 Reputation points
2023-03-02T14:53:41.0733333+00:00

Pic

How can host B access host C?

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-03-02T14:56:37.2766667+00:00

    Simplest solution may be to not use the default switch. Create a new external vSwitch. When you create a new external vSwitch the internet protocols are removed from the adapter and the Hyper-V Extensible Switch protocol is added turning that physical port into a multi-port virtual switch. Connect your VMs to this vSwitch and use each VM's vEthernet to configure the addressing in the exact same manner as if it were a physical NIC.

    https://blogs.technet.microsoft.com/jhoward/2008/06/17/hyper-v-what-are-the-uses-for-different-types-of-virtual-networks/

    -

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Anonymous
    2023-03-03T13:25:46.0333333+00:00

    Something here might help.

    https://woshub.com/hyper-v-enable-routing/

    or simply add your own NAT box and use external vSwitches.

    -

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.