Hi @dolanduck. ,
If you are going to route by static routes, you must create a static route or routes to get to mark the path that the packet must take to go and return:
192.168.0.0/24 f0/0 R1 f0/1 192.168.1.0/24 f0/0 R2 f0/1 192.168.2.0/24 f0/0 R3 f0/1 192.168.9.0/24
R1
ip route 192.168.9.0 255.255.255.0 f0/0
R2
ip route 192.168.9.0 255.255.255.0 f0/1
ip route 192.168.0.0 255.255.255.0 f0/0
R3
ip route 192.168.0.0 255.255.255.0 f0/0
Regards