I am a bit new to networking in Hyper-V, and I am not sure how to connect two separate NAT networks to each other.
I used the following link to create two internal NAT networks: https://www.petri.com/using-nat-virtual-switch-hyper-v
Here are the specifications of the internal networks:
Admin:
- Network: 10.0.0.0/20
- Hyper-V internal vNIC IP: 10.0.0.1
DMZ:
- Network: 10.1.0.0/20
- Hyper-V internal vNIC IP: 10.1.0.1
The connection for both is shared with the external IP address of Hyper-V server: 192.168.137.17, and then is forwarded to a router on 192.168.137.1
My question is, how can I allow the DMZ and Admin networks to talk to each other? As of right now, they both have no problems reaching the outside world, e.g. 8.8.8.8. Is there is a way to let two NetIPAddresses talk to each other?
Following is a Paste Bin of Hyper-V's Get-VMSwitch, Get-NetIPAddress, and Get-NetNAT