Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

static routes

Status
Not open for further replies.
Try pinging router3 from router1: what ip address are you trying to ping? Does Router1 have this IP in its routing table?
 
Cant ping Router 3 from Router 1. I am trying to ping 192.168.1.1 which is F0/0 on router 1 from router 3. Router 1 is just there representing an inside interface of a FW.
 
unless im blind, R1 has no routes to any other subnet. so it will only know about 192.168.1.0/24
so even if anything comes back to R3 , R1 wouldn't know where to send back.

R2 doesn't actually need any routes in this situation since it knows both about R1 and R3

R3 routing table looks like it should work. ..


so either add a default route to R1 .. or add the correct route..

cheers.



We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
ip route 0.0.0.0 0.0.0.0 192.168.1.253

OR:

ip route 10.0.1.0 255.255.255.0 192.168.1.253
ip route 10.1.10.0 255.255.255.0 192.168.1.253
ip route 10.1.20.0 255.255.255.0 192.168.1.253
ip route 10.1.30.0 255.255.255.0 192.168.1.253
ip route 10.1.40.0 255.255.255.0 192.168.1.253



We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top