Hi,
I am trying to setup my home network. I have two routers and below is how it is setup;
ISP Modem - WANport Router1(RT-AC68U DD-WRT 192.168.1.x) LANPort -- WANPort Router2(RT-N16 Tomato with openvpn connected to private internet access.com 192.168.2.x)
I want both the router1 subnet and router2 subnet communicating to each other;
I have on Router 1 created with the below
Static Route to router 2
Metric 1
Destination LAN: 192.168.2.0
Subnet: 255.255.255.0
Gateway: 192.168.1.107(WAN IP of Router 2)
Interface: ANY
IP-Table Rule - iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT —to `nvram get wan_ipaddr`
Rotuer2- Tomato Firmware v1.28.7503 MIPSR2Toastman-RT K26 USB VLAN-VPN-NOCAT
Advanced->Routing->Mode Router.
MY VPN works fine and both router machines have internet, but 192.168.1.x does not communicate with 192.168.2.x. although 192.168.2.x can communicate with 192.168.1.x