cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

[Packet Tracer] How to fix "Server Reset Connection"

I have an HQ router connected to a ISP router with an http server. The HQ router has a nat to translate all inside networks to 1 public IP:

  • HQ(config)#ip nat pool Public_Address 199.199.199.1 199.199.199.1 netmask 255.255.255.252
  • HQ(config)#ip nat inside source list 1 pool Public_Address overload

I also have 2 ACLs on the serial link of the HQ side for the HQ and the ISP:

  • access-list 100 permit tcp any any established (IN)

  • access-list 101 permit tcp any 201.10.10.0 0.0.0.255 eq www (OUT)

When I try to access the http server with a web browser sometimes it will succeed sometimes I will get a "server reset connection"

Who Me Too'd this topic