Your message dated Sat, 10 Feb 2007 13:56:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410413: Close bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: iptables
Version: 1.2.11-10
Severity: Normal
This bug appears to be in the unstable version, too. I tested version 1.3.6
form backports.org. They have the same bug.
Symptom:
iptables -t filter -A OUTPUT -o wan0 -p udp -m mutliport --destination-ports
loc-srv,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds -j DROP
causes the error message
iptables v1.3.6: Couldn't load match
`mutliport':/lib/iptables/libipt_mutliport.so: cannot open shared object
file: No such file or directory
Reason & fix:
Simple typo, big effect:
There is no library
/lib/iptables/libipt_mutliport.so, but
/lib/iptables/libipt_multiport.so
=> Exchange t and l
Use "...multi..." insetad of "...mutli..."!
--- End Message ---
--- Begin Message ---
retitle 410413 [noop] Couldn't load match
`mutliport':/lib/iptables/libipt_mutliport.so -- Typo
Closed as requested by submitter.
--- End Message ---