how to make transparant web proxy

help me pls, i want to make transparant web proxy, now is running, but why irc detect my ip as open proxy…? and my wan ip as open proxy, how to make it transparant proxy, not as open proxy…

and the rule is

[admin@Miklotik-test] ip firewall nat> pr
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=public
src-address=10.10.13.0/27 action=masquerade
1 chain=dstnat in-interface=lan src-address=10.10.13.0/27
protocol=tcp dst-port=80 action=redirect to-ports=3128

[admin@instaler] > ip web-proxy pr
enabled: yes
src-address: 0.0.0.0
port: 3128
hostname: “proxy”
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: “webmaster”
max-object-size: 4096KiB
cache-drive: system
max-cache-size: none
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 0KiB
reserved-for-ram-cache: 154624KiB

any help me..? to solve this problem ..?

Csper -
I believe you are looking for something like this -

[admin@RapidMain] ip web-proxy access> print
Flags: X - disabled, I - invalid
0 ;;; block telnet & spam e-mail relaying
dst-port=23-25 action=deny


There are a few other rules you could put in but this should get you started in the right direction.

Thom