Hello, I`m building a lab for test purposes. It has the structure shown on the picture.
The router is a VM running a Windows server configured routing role as per the following article:
https://www.deploymentresearch.com/using-a-virtual-router-for-your-lab-and-test-environment/
It has 3 network cards configured as fallow
172.0.0.1/27 DNS:8.8.8.8 -----> connected to LAN1
*Ethernet 2 | 00-15-5D-01-04-3F ----> "Varna"
--LAN1--
Subnet ID Subnet Address Host Address Range Broadcast Address
1 172.0.0.0 172.0.0.1 - 172.0.0.30 172.0.0.31
172.0.0.33/27 DNS: 8.8.8.8----> connected to LAN2
*Ethernet 4 | 00-15-5D-01-04-3E ---> "Sofia"
--LAN2--
Subnet ID Subnet Address Host Address Range Broadcast Address
2 172.0.0.32 172.0.0.33 - 172.0.0.62 172.0.0.63
Interface3: DHCP ---> it connected to my home router(internet)
DC-1 (It is the Windows server connected to LAN1): 172.0.0.2/27 DNS:8.8.8.8
DC-2 (It is the Windows server connected to LAN2): 172.0.0.34/27 DNS:8.8.8.8
Im able to ping each router interface from any of the windows servers but I
m not able to ping the servers from the router. Also, none of the servers is able to ping www.google.com (except the router).
What did I do wrong?