[Bug 475] New: Incorrection in connlimit's man page
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Tue May 16 21:23:46 CEST 2006
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=475
Summary: Incorrection in connlimit's man page
Product: iptables
Version: unspecified
Platform: All
URL: http://svn.netfilter.org/cgi-
bin/viewcvs.cgi/trunk/iptables/extensions/libipt_connlim
it.man?rev=3816&view=markup
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: iptables
AssignedTo: laforge at netfilter.org
ReportedBy: ld.fifty at gmail.com
In connlimit's man page there's this:
# allow 2 telnet connections per client host
iptables -p tcp --syn --dport 23 -m connlimit --connlimit-above 2 -j REJECT
# you can also match the other way around:
iptables -p tcp --syn --dport 23 -m connlimit ! --connlimit-above 2 -j
ACCEPT
The chain is missing, please add -A INPUT to the example.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the netfilter-buglog
mailing list