Hi all,
               I try to configure LVS-TUN to bance two server squid.
In DIRECT server I configured:

eth0:0 interface with VIP and enabled ipforward
lvs by using this command: ipvsadm -A -t VIP:8080 -p  //  ipvsadm -a -t 
VIP:8080 -r RIP-1:8080 -i  //  ipvsadm -a -t VIP:8080 -r RIP-2:8080 -i

 
In REAL server I cnfigured:

tunl0 interface with VIP and enable ipforward
modify those files: echo 1 > /proc/sys/net/ipv4/conf/all/arp_ignore  //  echo 1 
> /proc/sys/net/ipv4/conf/default/arp_ignore  //  echo 1 > 
/proc/sys/net/ipv4/conf/eth0/arp_ignore  //  echo 1 > 
/proc/sys/net/ipv4/conf/tunl0/arp_ignore  // echo 2 > 
/proc/sys/net/ipv4/conf/all/arp_announce  //  echo 2 > 
/proc/sys/net/ipv4/conf/default/arp_announce  //  echo 2 > 
/proc/sys/net/ipv4/conf/eth0/arp_announce  //  echo 2 > 
/proc/sys/net/ipv4/conf/tunl0/arp_announce
Squid listen on port RIP:8080.


In this configuration clients can't browsing any Internet web page.


Pelase, could you help me?


Many thanks.
Valerio





=
 
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to