I have a mikrotik router sitting on my network that forwards all proxy requests to port 8080 to a different proxy server on the same network (192.192.192.192 → 192.192.192.193). It works great but the log on the proxy server only shows the ip address of the mikrotik router. Is tharer any way to redirect the traffic through the router and still keep the original ip address, kind of like a pass-through only, not a NAT.
Another questions, if i have a mangle rule and a NAT rule on the same connections, are the connections mangled, because its the prerouting chain, and then put through the NAT?
That would work, but my setup is a windows box that uses active directory authentication to allow web access. I would like to log both the username and ip address of the client machine.
I understand that, is it possible to redirect traffic through the mikrotik and keep the client address so that the windows box sees the original ip. After reading some posts it seemed it was possible through marking the packets and then somehow making a route to the windows machine.