11-29-2023 11:26 PM
Hi guys,
I'm new to packet tracer and I've simulated a network according to a scenario but I'm pretty sure I misconfigured a few things.
Could you please have a look and see what I've done wrong?
I've spent a good amount of time to find the fix but was not able to find the issue.
Much appreciate your help in advance!
Solved! Go to Solution.
11-30-2023
12:58 AM
- last edited on
11-30-2023
08:58 AM
by
Translator
Also @Zelda
in order to ping ISP router (205.165.200.17) from PER-MM-PC, reconsider you NAT and ACL configuration.
Apply ACL 100 on serial 0/1/1and and
ip nat inside
command.
PER-MM-PC2 can now ping ISP router and its IP is NAT with interface serial 0/1/0 on SYD-R1 Router.
----
Overall, check routing table if you have issue like this,
doind #sh ip route
command.
11-29-2023 11:42 PM
- Go here for packet tracer help : Packter tracer discussions
M.
11-29-2023
11:55 PM
- last edited on
11-30-2023
08:52 AM
by
Translator
Hello @Zelda
First, add
network 10.0.0.0
command under RIP process on SYD-R Router:
PER-R router has got now subnets learn via RIP.
I let you modify this and continue this project.
11-30-2023 12:12 AM
I did, but still PCs can't ping Syd router.
11-30-2023
12:35 AM
- last edited on
11-30-2023
08:54 AM
by
Translator
Hello @Zelda,
Add
network 192.168.202.0
command under router RIP process on PER-R1 router.
SYD-R1 router learn now the subnet 192.168.202.0/24 from PER-R1 via RIP !
After that PER-MM-PC ping SYD-R1 Router !
11-30-2023
12:58 AM
- last edited on
11-30-2023
08:58 AM
by
Translator
Also @Zelda
in order to ping ISP router (205.165.200.17) from PER-MM-PC, reconsider you NAT and ACL configuration.
Apply ACL 100 on serial 0/1/1and and
ip nat inside
command.
PER-MM-PC2 can now ping ISP router and its IP is NAT with interface serial 0/1/0 on SYD-R1 Router.
----
Overall, check routing table if you have issue like this,
doind #sh ip route
command.
11-30-2023 02:45 PM
Thanks a lot for your great advise!
When I change the settings on my initial file it works well and I can ping internet from PC, but as soon as I save it and reopen it, cannot ping Syd R1!
I've attached my final file with the applied settings,
Any idea why this is happening? Am I doing something wrong?!
Regards
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