Redirect Internal IP address through external proxy

Hi
I’m looking solution for such as problem:
I have MT router RB711 with DHCP server on it. I want that one device inside LAN would connect to the Internet through external proxy(i.e. some xroxy.com IP), and rest of devices would connect to the Internet directly through MT router.
I want to know if these configuration is possible to do, and when yes so how to do it.
Best regards
robo

Hi Robo,

If you’re running a transparent proxy you can simply have the device set that device as a proxy, I’m assuming thou you want to do this from the router, so forwarding port 80 requests for that device to the remote proxy IP:port using a firewall rule would work.

Alternatively you can setup the local proxy server on the Mikrotik (using the remote proxy as a ‘parent proxy’) and then force the computer to use that using a redirect rule (this give you some more visibility into what is passing through to the parent).

Hope this helps!