R1:
ip route 190.1.0.0 255.255.0.0 30.0.0.1
ip route 20.0.0.0 255.0.0.0 30.0.0.1
R2:
ip route 190.1.0.0 255.255.0.0 20.0.0.2
ip route 30.0.0.0 255.0.0.0 20.0.0.2
R3不用配置
如果你的需求是R1/R2能访问PC 或者PC能访问R1 R2
R1:ip route 190.1.0.0 255.255.0.0 30.0.0.1
R2:ip route 190.1.0.0 255.255.0.0 20.0.0.2
R3上有 R1和R2 、PC的直连路由,所有可以直接通信,保证PC上配置默认网关为190.1.1.1