Description of problem: There is an error n the RHEL Documentation "Linux Virtual Server Administration". On page: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Virtual_Server_Administration/s1-lvs-direct-VSA.html#s2-lvs-direct-arptables-VSA are given wrong instructions to configure arptables. Version-Release number of selected component (if applicable): 5.3 How reproducible: n/a Steps to Reproduce: n/a Actual results: arptables -A IN -d <virtual_ip> -j DROP arptables -A OUT -d <virtual_ip> -j mangle --mangle-ip-s <real_ip> Expected results: arptables -A IN -d <virtual_ip> -j DROP arptables -A OUT -s <virtual_ip> -j mangle --mangle-ip-s <real_ip> Additional info: Correct configuration can be found here: http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.arp_problem.html
*** This bug has been marked as a duplicate of bug 492000 ***