transparent proxy and parent proxy feature issue

hi all,

I'm using a routerboard and its parent proxy feature to forward requests to an external squid box.

Standard setup, I've got it running in other locations just fine.

Basically:

all clients are located on ether2 214.168.47.0/25

==

chain=dstnat src-address=!214.168.47.250 dst-address=!214.168.47.0/25
protocol=tcp dst-port=80 action=redirect to-ports=8000

==

ip web-proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8000
hostname: "proxy"
transparent-proxy: yes
parent-proxy: 214.168.47.250:3128
cache-administrator: "webmaster"
max-object-size: 10000KiB
cache-drive: system
max-cache-size: none
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 0KiB
reserved-for-ram-cache: 2048KiB

\

The issue is, the external squid box is returning an error to all the clients HTTP requests.

Read Error
(104) Connection reset

==

The only difference between this MT and other MT's in that are working is that this one has 2.9.13, while the others are still running 2.9.10

Have I missed something or is this a bug ?

Thanks :slight_smile: