I want users from subnet 192.168.1.0 (LAN) to access resources in datacentre and the internet.
Ive decided to go with static route as this is a stub network.
On R1
ip route 192.168.3.0 255.255.255.0 192.168.2.1
On R2:
ip route 192.168.1.0 255.255.255.0 192.168.2.2
Will this work?