[Bug 579] iptables --ports argument unknown
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Wed Feb 25 19:35:45 CET 2009
http://bugzilla.netfilter.org/show_bug.cgi?id=579
christoph.paasch at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from christoph.paasch at gmail.com 2009-02-25 19:35 -------
You must add -m multiport, to load this module:
iptables -A INPUT --proto tcp -m multiport --ports 443 -j ACCEPT
The manpage is correct, as it says you must use -m.
--
Configure bugmail: http://bugzilla.netfilter.org/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