Transparent Proxy

hi,

how to monitor only single queue using transparent proxy. please guide me. Thanks.

proxy is not for monitoring O_o

Give detail of your scenario.

Sudipta

i mean how to make transparent web proxy for a single queue… not for the whole interface.

if you want to make proxy only for one PERSON (IP address), then your DST-NAT rule should have also SRC-ADDRESS specified (the IP of this specific customer).

Supposing, you have defined a queue for 192.168.12.0/24, your dst-nat would look like the following. I assume that your transparent proxy is listening on port 8080

/ip firewall nat add action=redirect chain=dstnat comment=“transparent Proxy Rule” disabled=no dst-port=80 protocol=tcp src-address=192.168.12.0/24 to-ports=8080

Thanks,

Sudipta

Hi,

I created transparent proxy with adding new hard disc in my existing mikortik based computer and my all users are connected via PPPoE but when i open website www.whatismyip.com i found following message

Your IP Address Is: 2X2.1Y0.W7.Z
Possible Proxy Detected: 1.1 2X2.1Y0.W7.Z(Mikrotik HttpProxy)

Read more: http://www.whatismyip.com/#ixzz1eIm9voAi

Which showing this message, also we give dynamic public IP to all customer in that place from system customer is getting the dynamic public IP but when we open this website we are getting our Mikrotik IP address only

Can any one suggest what we can do by which the solution will become more strong. where it should not display that we are running under proxy mode.

Thank you in advance

you need dedicated Squid server in TProxy mode, so that it won’t replace users’ IP addresses in requests