View Single Post

  #3 (permalink)  
Old 06-20-2007, 01:58 AM
alex.inoa alex.inoa is offline
Junior Member
User
 
Join Date: Jun 2007
My distro: Kubuntu
Posts: 7
Rep Power: 0
alex.inoa is on a distinguished road
Default 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??
Reply With Quote