11-04-2021 07:44 PM - edited 12-01-2021 11:48 AM
11-04-2021 09:04 PM
Hi,
when you adding static routes, you need to specify 'network address' and not the host IP unless you are specify mask as /32. try specifying full network address. for ex,.
ip route 192.168.12.128 255.255.255.224 192.168.12.161 - on surray router. and same way in other router.
also link between 2 routers need to be in same subnet. as per diagram, its in 2 different subnets which will not work.
rate and mark as answer if this solved your issue
11-05-2021 08:41 PM
it still did not worked
11-06-2021 03:33 PM
Hi there,
There is a some discrepencies between your diagram and the table of configuration. For reference, PC1 should have the following config:
IP: 192.168.12.158
mask: 255.255.255.224
DGW: 192.168.12.129
Remove whatever static routes you have currrently configured, and add this config:
!! calgary-router ! ip route 192.168.12.0 255.255.255.128 192.168.12.162 ! !! surrey-router ! int fa0/1 ip address 192.168.12.162 255.255.255.252 ! ip route 192.168.12.128 255.255.255.224 192.168.12.161 !
cheers,
Seb.
11-07-2021 09:24 AM
Hello,
post the zipped Packet Tracer project (.pkt) file...
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