Fritz Bayer <fritz-(E-Mail Removed)> wrote:
> Could you please write the iptable rules down, so that I can try them
> on the machine? Thanks!
iptables -t nat -o $extif -A OUTPUT -p tcp --syn --dport 80 \
-j REDIRECT --to-ports 8080
Where extif is your internet facing interface. Drop the --syn if you
are not using connection tracking. If you are using other firewall
rules, make sure these can get through the packets can get through the
filter table.
See the `Transparent Proxy HOWTO' for more information.
--
Cameron Kerr
(E-Mail Removed) :
http://nzgeeks.org/cameron/
Empowered by Perl!