Thank you for the fast answer
Thanks for the fast answer.
i have another questions:
1. the ip address i have to configure in the gateway of my lan pc's is the bond0 ip address?
2. if i have configured a squid proxy, to take advantage of bonding + transparent proxy should i configure the iptable to route to bond0 device instead of eth0 which is the actual configuration?
i mean:
i have it configured like this:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
i need to change to eth0 for bond0??
|