cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
870
Views
0
Helpful
2
Replies

connect two networks through a router

JakobKorsholm
Level 1
Level 1

i have two different networks i wanna connect through another router

Router 1 --> Router 2 connecting the two networks? --> Router 3

 

Router 1 192.168.65.x

Router 2

Router 3 192.168.70.x

 

I've configured Router two with the following

Fastethernet 0/0: 192.168.65.50 255.255.255.0

Fastethernet 0/1: 192.168.70.50 255.255.255.0

ip route: 0.0.0.0 0.0.0.0 192.168.65.0

 

I can ping the router from each side but it seems like theres a problem in router 2 and my ping doesn't get past router 2

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The issue is probably that R1 doesn't have a route to R3 and vice versa. Try adding the following config:

!! on R1
!
ip route 192.168.70.0 255.255.255.0 192.168.65.50
!

and

!! on R3
!
ip route 192.168.65.0 255.255.255.0 192.168.70.50
!

cheers,

Seb.

View solution in original post

2 Replies 2

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The issue is probably that R1 doesn't have a route to R3 and vice versa. Try adding the following config:

!! on R1
!
ip route 192.168.70.0 255.255.255.0 192.168.65.50
!

and

!! on R3
!
ip route 192.168.65.0 255.255.255.0 192.168.70.50
!

cheers,

Seb.

How are R1 and R3 connected to R2 ? Post the full configs of all three routers...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco