cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1166
Views
0
Helpful
3
Replies

I'm having trouble making a static route

pedroserker
Level 1
Level 1

I having problems to make a route static with packet tracer

I have these:

Router1:

ISC(config)#ip route 192.168.3.32 255.255.255.224 192.168.3.30

Router2:

LA(config)#ip route 192.3.0.0 255.255.255.128 192.168.3.1

LA(config)#ip route 192.3.0.128 255.255.255.128 192.168.3.1

 

 

Sin título.png

 

 

 

 

 

But no PC can communicate with other routers PCs

 

 

3 Replies 3

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

What is the default gateway on your PCs and have you configured any VLAN on switches? Share your PT lab.

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Hello,

 

seems to me that, since you only have two routers, all you need on each router is a default route pointing to the IP address of the other side:

 

ISC(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.30

 

LA(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.1

Hello


@Georg Pauwen wrote:

 

all you need on each router is a default route pointing to the IP address of the other side:

 

ISC(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.30

 

LA(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.1


Wouldn’t advise that as any unknown route would loop between the two rtrs - better idea would to incorporate a routing protocol or use only specific static routing with the addition of a null route 

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul