Accessing clients of two Routers (two networks)
Hi,
I have two Archer C1200 routers, both with different network ranges, and one of them is connected to the ISP's internet and the other is connected with the first using dynamic IP. I want to be able to SSH and ping (ICMP) the clients of one router network to another. Here is the configuration I have:
Router-A config:
Internet: PPPoE (ISP's Internet)
LAN: 192.168.0.1 with DHCP Server and reserved 192.168.0.5 (for router-B)
Static Routing Entry: Net Dest.: 192.168.200.0, Mask: 255.255.255.0, Gateway 192.168.0.5, and Interface: LAN
client-A1: 192.168.0.10 (reserved)
Router-B config:
Internet: Dynamic IP (192.168.0.5 fetched from LAN port of Router-A )
LAN: 192.168.200.1 with DHCP Server
Port Forwarding: External Port: 22, Internal IP: 192.168.200.12, Internal Port: 22, and TCP
Port Forwarding: External Port: 7, Internal IP: 192.168.200.12, Internal Port: 7, and ALL
client-B1: 192.168.200.12 (reserved)
client-B2: 192.168.200.14 (reserved)
My questions:
From client-A1 I want to be able to ssh and ping client-B1 and B2
From client-A1 I want to be able to ssh and ping the local address of Router-B1 (192.168.200.1), the remote management allow me only to do that with WAN address (192.168.0.5)
Please let me know how to do it with the current IP configuration of both networks, or at least let me know what I set wrong. Your help is much appreciated