10-19-2019 08:35 PM - edited 10-19-2019 08:41 PM
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
But no PC can communicate with other routers PCs
10-19-2019 09:50 PM
Hi,
What is the default gateway on your PCs and have you configured any VLAN on switches? Share your PT lab.
10-20-2019 12:39 AM
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
10-20-2019 03:14 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide