Already posted a similar question with no responses, so let me try again with hopefully somewhat less confusing information:
I have two routers connected in a parent-child relationship, with one of the LAN ports on the parent router is connected to a WAN port on the child router, forming two separate LAN subnets:
parent router with LAN ports on 192.168.1.xxx
child router with LAN ports on 192.168.5.xxx
The WAN port of the child router is at LAN address 192.168.1.4 of the parent router.
I want computers on the two separate subnets to be able to communicate with each other. So I set up a static route on the parent router, with destination address 192.168.5.0, subnet mask 255.255.255.0, gateway address 192.168.1.4, and metric 2 (lowest allowed by parent router). I also turned off the firewall and disabled NAT on the child router.
With that configuration, I still can't ping from a computer on the parent router to a computer on the child router or vice-versa. In fact, I also loose internet access from computers connected to the child router after NAT has been disabled.
Shouldn't computers on the two subnets be able to ping each other in this configuration? Why is turning off NAT on the child router causing internet connectivity for the machines connected to that router to be lost? What am I missing?
In a further attempt to clarify and head off some well-meant but irrelevant responses:
1. I do need two separate subnets, because I need all of the attached devices to be able to obtain their addresses using DHCP, and I also need to be able to remove the connection between these two routers whenever desired, while maintaining addresses and communications between the computers on each subnet separately (with no internet access for devices on the child router when disconnected). Therefore, typical LAN to LAN router connections and bridged connections will not work (as far as I can see).
2. The configuration that I need is essentially a typical LAN to WAN router connection setup with separate subnets for each router. But I also need the machines on each subnet to be able to communicate (e.g. ping each other). Even after configuring a static route on the parent router and disabling the firewall and NAT on the child router there seems to be something in the firewall or LAN setup that is preventing this.
Sorry for the duplication, and thanks in advance for any help.
Kevin M.
I have two routers connected in a parent-child relationship, with one of the LAN ports on the parent router is connected to a WAN port on the child router, forming two separate LAN subnets:
parent router with LAN ports on 192.168.1.xxx
child router with LAN ports on 192.168.5.xxx
The WAN port of the child router is at LAN address 192.168.1.4 of the parent router.
I want computers on the two separate subnets to be able to communicate with each other. So I set up a static route on the parent router, with destination address 192.168.5.0, subnet mask 255.255.255.0, gateway address 192.168.1.4, and metric 2 (lowest allowed by parent router). I also turned off the firewall and disabled NAT on the child router.
With that configuration, I still can't ping from a computer on the parent router to a computer on the child router or vice-versa. In fact, I also loose internet access from computers connected to the child router after NAT has been disabled.
Shouldn't computers on the two subnets be able to ping each other in this configuration? Why is turning off NAT on the child router causing internet connectivity for the machines connected to that router to be lost? What am I missing?
In a further attempt to clarify and head off some well-meant but irrelevant responses:
1. I do need two separate subnets, because I need all of the attached devices to be able to obtain their addresses using DHCP, and I also need to be able to remove the connection between these two routers whenever desired, while maintaining addresses and communications between the computers on each subnet separately (with no internet access for devices on the child router when disconnected). Therefore, typical LAN to LAN router connections and bridged connections will not work (as far as I can see).
2. The configuration that I need is essentially a typical LAN to WAN router connection setup with separate subnets for each router. But I also need the machines on each subnet to be able to communicate (e.g. ping each other). Even after configuring a static route on the parent router and disabling the firewall and NAT on the child router there seems to be something in the firewall or LAN setup that is preventing this.
Sorry for the duplication, and thanks in advance for any help.
Kevin M.