Bug 499903 - wrong arptables_jf configuration
Summary: wrong arptables_jf configuration
Keywords:
Status: CLOSED DUPLICATE of bug 492000
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: Documentation-cluster
Version: 5.3
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Paul Kennedy
QA Contact: Joshua Wulf
URL: http://www.redhat.com/docs/en-US/Red_...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-08 19:18 UTC by tomasz
Modified: 2015-04-20 00:47 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-09 14:08:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description tomasz 2009-05-08 19:18:05 UTC
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

Comment 2 Paul Kennedy 2010-02-09 14:08:45 UTC

*** This bug has been marked as a duplicate of bug 492000 ***


Note You need to log in before you can comment on or make changes to this bug.