Static routing
bon_chan
Member Posts: 21 ■□□□□□□□□□
in CCNA & CCENT
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#
Comments
-
bon_chan Member Posts: 21 ■□□□□□□□□□I haven't set any default gw on Host1 and R4 yet.
I first just wanted to check that R1 and R2 were working.
Actually I don't understand why R2 can't ping Host1 and why R1 can't ping R4. -
fsanyee Member Posts: 171R2 knows Host1's network, and can ping it, but don't get a reply because Host1 don't know where to send it. R1-R4 same...
-
bon_chan Member Posts: 21 ■□□□□□□□□□Thank you
Omg I totally forgot that the problem could come from the reply. I was too focused on the sending -_-
Thank you again