On Wed, 21 Aug 2002, David wrote:

> 
> This rule would allow traffic going to the www port (80) to be forwarded
> on.
>    iptables -A FORWARD -p tcp --dport 80 -j ACCEPT
> 
>    Change destination addresses of web traffic to 5.6.7.8, port 8080.
>    iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j DNAT --to
> 5.6.7.8:8080
> 
> This lot just came from a google search on 'iptables +forward'
> 
> HTH
> 
> David.
> 
 
indeed! google is our friend. google...good!  ;) 

-- 
daRmaTTeR

Reg. Linux User #186492
"Stupidity has no moral high ground...it can't see that high!"


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to