I have Router 1 and Router 2. For R1 I have 1.1.1.1 with /24 mask, for R2 I have 1.1.2.1 with /24 mask. R2 is connected to R1 interface with 1.1.1.2 address. Following image shows my topology https://i.stack.imgur.com/dEoGA.png
Routing table on R1:
1.1.2.0 255.255.255.0 1.1.1.2
1.1.1.0 255.255.255.0 0.0.0.0
81.190.224.0 255.255.240.0 0.0.0.0
0.0.0.0 0.0.0.0 81.190.224.1
Routing table on R2:
1.1.2.0 255.255.255.0 0.0.0.0
1.1.1.0 255.255.255.0 0.0.0.0
0.0.0.0 0.0.0.0 1.1.1.1
What I have a problem with? As there is no problem with pinging PC1 from PC2, it is not possible to communicate anyone in R2's subnet from R1's. (ping is just an example, there is no problem with machines itself)
R1 also cannot communicate R2 on it's internal ip (1.1.2.1), but using 1.1.1.2 it can.
What am I doing wrong in this case?