[Server-devel] How to forward http requests from XO through XS to remote Proxy ?

Jerry Vonau jvonau at shaw.ca
Mon May 30 05:50:43 EDT 2011


On Mon, 2011-05-30 at 12:42 +0300, AL-ASTAL, Ahmad wrote:
> Hi
> 
> How to forward  http requests from XO through XS to remote Proxy ?
> 
> I used iptables command
> 
> iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination PROXY-IP:PORT
> 
> But it doesn't work.

What is the output of "sudo iptables -L" You can capture the output by
doing  "sudo iptables -L >> /tmp/iptables.txt" and forwarding the file
for further study.

Jerry  



More information about the Server-devel mailing list