Bug 51482

Summary: iptables 1.2.1a does not support --reject-with tcp-reset
Product: [Retired] Red Hat Linux Reporter: Oliver Schulze L. <oliver>
Component: iptablesAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-10 20:43:38 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:

Description Oliver Schulze L. 2001-08-10 20:43:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2)
Gecko/20010726 Netscape6/6.1

Description of problem:
If you use '--reject-with tcp-reset' option as documented in the man page,
you get this error:
Bad argument `tcp-reset'
Try `iptables -h' or 'iptables --help' for more information.


How reproducible:
Always

Steps to Reproduce:
1.iptables -t filter -A OUTPUT -p tcp -s 192.168.1.0/24 -d 0/0 --dport
27665 -m limit --limit 2/minute -j LR --reject-with tcp-reset
2.this command is executed from firestarter(.sourceforge.net)
3.
	

Actual Results:  iptables v1.2.1a: Unknown arg `--reject-with'
Try `iptables -h' or 'iptables --help' for more information.


Expected Results:  no errors should be reported

Additional info:

Comment 1 Bernhard Rosenkraenzer 2001-08-12 11:00:06 UTC
Fixed in 1.2.2-*


Comment 2 Oliver Schulze L. 2001-08-12 19:48:56 UTC
Still happends with this version:
ftp://rawhide.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/iptables-1.2.2-3.src.rpm

Please look at bug:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=51481
for more info about compilling errors