03-03-2024 05:04 AM
Hi everybody!
As a new user of packet tracer, I have faced an issue I cannot fix for couple days. I am working with the following topology:
My goal is to make all the servers(HTTP servers) accessible from all the PCs. Moreover, I need to be able to access Server1 via public address of the Router1. I can achieve this using PAT(NAT overload), if I understood correctly.
I used the following inputs so as to achieve this:
Router1:
Router2:
I managed to ping Server1(192.168.35.2) and successfully recieve reply from the public address 129.55.18.1:
However, I failed to access 129.55.18.1 from the PC2's web browser:
Is there a way to fix this issue?
Solved! Go to Solution.
03-03-2024 12:45 PM - last edited on 03-04-2024 01:50 AM by Translator
for this to work u need static NAT; try something like on R1
ip nat inside source static tcp 192.168.35.2 80 129.55.18.1 80
Regards, ML
**Please Rate All Helpful Responses **
03-03-2024 07:56 AM
- FYI : Community group for Packet Tracer project questions
M.
03-03-2024 08:00 AM
Thank you!
03-03-2024 12:45 PM - last edited on 03-04-2024 01:50 AM by Translator
for this to work u need static NAT; try something like on R1
ip nat inside source static tcp 192.168.35.2 80 129.55.18.1 80
Regards, ML
**Please Rate All Helpful Responses **
03-03-2024 12:51 PM
thank so very much!
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