cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
1
Replies

Loopback question

lhorton311
Level 1
Level 1

So I have a two router network. On one router i have a few 10.1.x.0 loopbacks. The connection between the routers is fa 0/0 using 192.168.10.1 /28 and 192.168.10.2/28. The 192.168.10.2 has the loopbacks on it. When I try and ping 192.168.10.1 from the loopback using extend ping they time out, but when I ping the 192.168.10.2 on the same router it succeeds. I cannot get accross to the other router. What am I missing? Any help would be appreciated.

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

You need to install route from that router to reach the loopback address of the other one

example

ip route 192.168.10.1 255.255.255.255 192.168.10.1

HTH