08-10-2022 02:58 PM
Hey guys I am having a problem with packet tracer while doing static routing and I need someone's help out of 8 billion people to see what can I do to fix this problem
Here are the configs I used
on Router 0
conf t
ip route 192.168.3.0 255.255.255.0 192.168.1.4
on router 1
conf t
ip route 192.168.2.0 255.255.255.0 192.168.1.2
08-10-2022 03:03 PM
show ip int brief
the serial interface must be UP/UP
if not
under serial interface do
no shut
08-10-2022 03:14 PM
I did that under the serial interface and put no shut. Still didn't work unfortunately. And yes every interface on show ip int brief was UP/UP
08-10-2022 03:20 PM
then only change the router
you have 5 router select another one
08-10-2022 04:08 PM
share the PKT file here of this issue not solved
08-10-2022 08:01 PM - edited 08-11-2022 02:04 AM
Without file is guessing game; Here are common mistakes I found students make :
PCs on the same LAN should be able to reach each others without router (aka gateway), can they ? if not, check switch vlan and access ports.
missing default gateway - pointing to router. Can PC0 and 1 ping its default gateway router 0 ?
If PC0 and PC1 are on the same vlan, Router 0 also should be on the same vlan.
Static routes look ok, But Can router0 ping router 1 ?
Finally, a typo, a fat finger; it is easy to miss a digit with 192.168.x.x IPs scheme.
Do some pings and tracing; who and how far can PC0 ping ?
Regards, ML
**Please Rate All Helpful Responses **
08-11-2022 05:21 AM
Yes Martin I was able to ping the routers (router0 - router1) and successfully send the envelope to each other. Its the PC's thats the problem. I can ping routers but can't ping PC's on a different LAN.
08-11-2022 03:31 PM
can't ping PC's on a different LAN ? WHo is on different Vlans? What vlan id do PC0, 1, 3, 4 belong to?
Vlans are blocked by Broadcast domain, like your Router to router link. Vlans are used to separate (or create) new B-cast domain. To route between Vlans you will need Router on a stick, or ROAS, or L3 switch.
and research ROAS
Regards, ML
**Please Rate All Helpful Responses **
08-11-2022 05:29 AM
so we solve the static route, now PC
only config the default GW in each PC and you can ping
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