Both my routers are running Shibby Tomato: Router #1 has two subnets on lan 192.168.100.0/8 and 192.168.200.0/8 and is running openVPN server on it running in routed mode. I used ifconfig br0:1 192.168.200.1 255.255.255.0 to the startup script on it.
Router #2 is on subnet 192.168.20.0/8 and has OpenVPN client running in routed mode. I want this router to be able to route 192.168.200.0/8 traffic to the VPN tunnel. How would I do this? I would assume just add route to the vpn tunnel but not sure how to do it in the case with Router #1 with the two subnets on lan.