search for: libipt_str

Displaying 3 results from an estimated 3 matches for "libipt_str".

Did you mean: libipt_nth
2006 Nov 03
2
DROP MSN MESSENGER by IPTABLES- CENTOS 4
...DROP MSN Messenger using IPTABLES, I created the rule below. $IPTABLES -A INPUT -p tcp -m string --string "x-msn-messenger" -j DROP But, When I run IPTABLES, I have received follow error: DROP -> MSN Messenger iptables v1.2.11: Couldn't load match `string':/lib/iptables/libipt_string.so: cannot open shared object file: No such file or directory Where DO I find library libipt_string ? Thanks for help. Adriano Frare
2007 Feb 13
3
[Bug 505] iptables-save still doesn't like quotes
...Version|CVS (please indicate |1.1.2 ------- Additional Comments From kaber@trash.net 2007-02-13 17:48 MET ------- I've looked into this, but didn't manage to fix it properly. There seems to be some inconstencies in who is reponsible for escaping characters, iptables-restore and libipt_string both fiddle with the string. Pablo, can you look into this please? -- 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.
2006 Mar 24
0
[Bug 465] New: string --to is not working
...in the first 2 bytes of the ip header (dumb test) iptables -A OUTPUT -p tcp -m string --algo kmp --string "SSH" --to 2 -j REJECT --reject-with tcp-reset system used: centos4.2, iptables version 1.3.5 and kernel 2.6.16 (tested with 2.6.15 too) btw, there is a small error in extensions/libipt_string.man: --to offset Set the offset from which it starts looking for any matching. If not passed, default is the packet size." it should be something like "set the offset at which it stops looking..." maybe the doc should also specify that these offsets are in bytes, a...