OPEN PROXY Notice From DoT

Hi,
Got Notice for Dept. of Telecommunication that your Proxy is OPEN…It is working Fine..Here is the Configuration..what is wrong with this.

Right Now it is Disabled.

[admin@MASTER] ip web-proxy> pr
enabled: no
src-address: 0.0.0.0
port: 8085
hostname: “EITL”
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: “support@eitl.elecon.com
max-object-size: 4096KiB
cache-drive: system
max-cache-size: 1024000KiB
max-ram-cache-size: 128000KiB
status: stopped
reserved-for-cache: 1024000KiB
reserved-for-ram-cache: 128000KiB


25 X ;;; Proxy Redirect
chain=dstnat in-interface=Public src-address=59.160.X.X/27
protocol=tcp dst-port=80 action=redirect to-ports=8085

26 X chain=dstnat in-interface=Private src-address=128.0.0.0/16 protocol=tcp
dst-port=80 action=redirect to-ports=8085

Ant thing wrong with this

Close by firewall access from WAN interface to port 8085

How Please Explain…Its Serious Matter..Please

Thanks in Advance

What he means is on the firewall input chain put a drop rule that drops incoming traffic on the WAN port to port 8085.

chain=input interface=WAN protocol=tcp dst-port=8085 action=drop

Thanks Boss