search for: libipt_

Displaying 8 results from an estimated 8 matches for "libipt_".

Did you mean: libiptc
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all, I got this problem while trying to shape traffic with iptables MARK and HTB. MARK: targinfosize 8 != 4 --set-mark gives "invalid argument" error message. Kernel version is 2.4.29 (some patches from patch o matic applied) Iptables version 1.3.4 Intel x86 architecture. I saw this problem discussed in a few places, but the discussions didn''t come to a conclusion
2003 Oct 21
0
Shorewall 1.4.7a
...g: 1) Tuomo Soini has supplied a correction to a problem that occurs using some versions of ''ash''. The symptom is that "shorewall start" fails with: local: --limit: bad variable name iptables v1.2.8: Couldn''t load match `-j'':/lib/iptables/libipt_-j.so: cannot open shared object file: No such file or directory Try `iptables -h'' or ''iptables --help'' for more information. 2) Andres Zhoglo has supplied a correction that avoids trying to use the multiport match iptables facility on ICMP rules. Example o...
2003 Mar 04
2
[Bug 57] Default extensions Makefile breaks with NO_SHARED_LIBS and DO_IPV6
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=57 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From
2007 Sep 19
0
How to see data exchanged at all the bands of pfifo_fast
...Its only showing data exchanged in band 0. 2.I am using following command to drop packet of specific diffsev or tos value. "iptables -A INPUT -o eth0 -p udp -m --dscp 8 -j DROP" But it is showing following error msg. Couldn''t load match `--dscp'':/lib/iptables/libipt_--dscp.so: cannot open shared object file: No such file or directory Try `iptables -h'' or ''iptables --help'' for more information. how to make following command work properly. Do i need to install any update for iptable2 My kernel version is 2.6.9-34. Please rep...
2003 Oct 08
2
Problem with /bin/ash
...level info --log-prefix "`printf "$LOGFORMAT" $chain $disposition`" + printf Shorewall:%s:%s: newnotsyn DROP + iptables -A newnotsyn --match -j LOG --log-level info --log-prefix Shorewall:newnotsyn:DROP: iptables v1.2.8: Couldn''t load match `-j'':/lib/iptables/libipt_-j.so: cannot open shared object file: No such file or direct ory Try `iptables -h'' or ''iptables --help'' for more information. + [ 2 -ne 0 ] + [ -z ] + stop_firewall + set +x Any hint how to fix this? -- Tuomo Soini <tis@foobar.fi>
2003 Oct 30
0
Shorewall 1.4.8 RC1
...on to a problem that occurs using some versions of ''ash''. The symptom is that "shorewall start" fails with: local: --limit: bad variable name iptables v1.2.8: Couldn''t load match `-j'':/lib/iptables/libipt_-j.so: cannot open shared object file: No such file or directory Try `iptables -h'' or ''iptables --help'' for more information. 2. Andres Zhoglo has supplied a correction that avoids trying to use the multiport match iptables facil...
2003 Nov 07
0
Shorewall 1.4.8
....7: 1) Tuomo Soini has supplied a correction to a problem that occurs using some versions of ''ash''. The symptom is that "shorewall start" fails with: local: --limit: bad variable name iptables v1.2.8: Couldn''t load match `-j'':/lib/iptables/libipt_-j.so: cannot open shared object file: No such file or directory Try `iptables -h'' or ''iptables --help'' for more information. 2) Andres Zhoglo has supplied a correction that avoids trying to use the multiport match iptables facility on ICMP rules. Example of...
2007 Sep 16
5
using tc to drop packets based on the diffserc or tos value
Hi all, I am wondering if anyone can help me to resolve a problem. I am trying to use tc command in linux to drop udp packets of specific diffserv value. I am able set diffserv value successfully in the udp packet using command:- [root@scotch src]#iptables --table mangle --append OUTPUT \ --out-interface eth0 --protocol udp --source-port 5060 \ --jump DSCP --set-dscp 8 but i am not able to