Bug 428319

Summary: iptables example for cman ports has incorrect syntax
Product: Red Hat Enterprise Linux 5 Reporter: Paul Kennedy <pkennedy>
Component: Documentation-clusterAssignee: Paul Kennedy <pkennedy>
Status: CLOSED CURRENTRELEASE QA Contact: Content Services Development <ecs-dev-list>
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: adstrong, cluster-maint, mhideo
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0, 5.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-23 15:31:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 428318    
Bug Blocks:    

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/