
Hi everyone,
I am trying to set this up, using static routes.
Then:
Host1 pings R1
R1 pings R2 =>OK
R2 pings R1 =>OK
R4 pings R2 => OK
R1 pings R4 => fail
R2 pings Host1 => fail
I don't understand why.
Could you guys please help me out?
Here are the routing tables of R1 and R2:
R1#sh ip route
...
Gateway of last resort is not set
192.168.1.0/29 is subnetted, 1 subnets
C 192.168.1.0 is directly connected, FastEthernet0/1
192.168.2.0/29 is subnetted, 1 subnets
C 192.168.2.0 is directly connected, FastEthernet0/0
192.168.3.0/29 is subnetted, 1 subnets
S 192.168.3.0 [1/0] via 192.168.2.2
R1#
R2#sh ip route
...
Gateway of last resort is not set
192.168.1.0/29 is subnetted, 1 subnets
S 192.168.1.0 [1/0] via 192.168.2.1
192.168.2.0/29 is subnetted, 1 subnets
C 192.168.2.0 is directly connected, FastEthernet0/0
192.168.3.0/29 is subnetted, 1 subnets
C 192.168.3.0 is directly connected, FastEthernet0/1
R2#