Hi all
My firewall have three network interfaces 2 public ips and another one private ip...
I`m gonna use load balancing with:
ip route add default nexthop via gw1 nexthop via gw2 ,
to here that's ok, but i got problems with transparent proxy
iptables -t nat -A PREROUTING -s private subnet --dport 80 -j REDIRECT --to-ports 3128
my linux local machine use can't connect to internet, any aideas????
Thanks in advance
Antonio Alvarez