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..."!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to