Bug 428319 - iptables example for cman ports has incorrect syntax
Summary: iptables example for cman ports has incorrect syntax
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: Documentation-cluster
Version: 5.0
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Paul Kennedy
QA Contact: Content Services Development
URL:
Whiteboard:
Depends On: 428318
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-10 19:54 UTC by Paul Kennedy
Modified: 2015-04-20 00:47 UTC (History)
3 users (show)

Fixed In Version: 5.0, 5.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-23 15:31:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Paul Kennedy 2008-01-10 19:54:47 UTC
+++ This bug was initially created as a clone of Bug #428318 +++

Description of problem:
In _Configuring_and_Managing_a_Red_Hat_Cluster_, "2.2.3. Examples of iptables
Rules", "Example 2.1. Port 5404, 5405: cman", the syntax is incorrect.

It should be this:

iptables -A INPUT -i 10.10.10.200 -m multiport -m state --state NEW -p udp -s
10.10.10.0/24 -d 10.10.10.0/24 --dports 5404,5405 -j ACCEPT

Version-Release number of selected component (if applicable):
rh-cs(EN)-5.1 (2007-10-23T16:44)

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Paul Kennedy 2008-01-10 21:48:09 UTC
Checked in to repo and requested push to docs page.

Comment 3 Paul Kennedy 2008-01-23 15:31:21 UTC
Updated docs are here:
http://www.redhat.com/docs/manuals/csgfs/


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