working mikrotik gateway with external proxy

hi, i have a linux proxy server with dns, dhcp, qos, proxy, etc. i want to change everything to mikrotik but i really need to log the visited sites of the clients, i do this with sarg and squid log, i setup a mikrotik with, dhcp, dns, qos, and redirect the port 80 to linux ip and squid port, works great, but obviusly the squid only see the mikrotik ip and no the client ip, so log the clients surfing it’s not possible. so anybody have any idea to solve this? it’s possible to redirect (like x-forwarder does in squid) the traffic to linux with the original client ip instead of the mikrotik one? thanks

try to setup TPROXY. The squid running in bridge mode.

ok bro, i will, thanks