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  

_______________________________________________
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel

Reply via email to