cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
3
Helpful
4
Replies

Server Reset Connection

ket14pril14
Level 1
Level 1

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:

ket14pril14_0-1709470183158.png

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:

ket14pril14_1-1709470483003.png

Router2:

ket14pril14_2-1709470550409.png

I managed to ping Server1(192.168.35.2) and successfully recieve reply from the public address 129.55.18.1:

ket14pril14_3-1709470667005.png

However, I failed to access 129.55.18.1 from the PC2's web browser:

ket14pril14_4-1709470809573.png

Is there a way to fix this issue?

 

 

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

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 **

View solution in original post

4 Replies 4

marce1000
VIP
VIP

 

              - FYI : Community group for Packet Tracer project questions

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Martin L
VIP
VIP

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 **

thank so very much!

Review Cisco Networking for a $25 gift card