Title: Cannot redirect traffic to proxy outside of endian. Post by: amthenia on Tuesday 22 July 2014, 11:11:12 pm Hi,
I set up a proxy on 10.1.1.4:3128 which is working perfectly when I use the proxy settings of my browser. I don't want to use the endian built in proxy Now I want to redirect within endian all traffic on Port 80 to 10.1.1.4:3128 with port forwarding destination nat. Unfortunatelly this does't work. What am I missing? Thanks for your help! Title: Re: Cannot redirect traffic to proxy outside of endian. Post by: juddyjacob on Thursday 16 October 2014, 12:35:20 pm I don't believe NAT is what you are looking to do, It should be a route statement. Policy route in specfic. something like this...... source (green)192.168.0.0/24 service (http) or port 80 destination 0.0.0.0/24 (red) via 192.168.0.1 (gateway)
hope this helps |