search for: libipt_ipp2p

Displaying 9 results from an estimated 9 matches for "libipt_ipp2p".

2006 Dec 13
7
ipp2p Problem
Hello, can anybody interpret what the following means: [root@funke ipp2p-0.8.0]# iptables -t mangle -A MarkList0x666-ipp2p -p tcp -m ipp2p --edk -j MarkSet0x666 iptables: Unknown error 4294967295 ----- I have installed ipp2p-0.8.0 via: make copied ipt_ipp2p.ko to my kernel lib dir copied libipt_ipp2p.so to my iptables lib dir insmod ipt_ipp2p gives the following in dmesg: IPP2P v0.8.0 loading iptables -m ipp2p --help shows as expected the help for ipp2p But the command given at the beginning does not work. It give in dmesg: ip_tables: ipp2p match: invalid size 0 != 8 Thanks for the help!...
2007 Mar 14
6
ipp2p problems
...name -r") * src of your iptables (iptables -V and apt-get source) * ipp2p-0.8.0.tar.gz (stable) 2) untar ipp2p and cd ipp2p 3) Edit Makefile, if it''s necesary: * IPTABLES_SRC = /usr/src/iptables * In my case, the headers are detected automaticaly. 4) make (WITHOUT ERRORS!!! ;) ) 5) cp libipt_ipp2p.so /lib/iptables 6) cp ipt_ipp2p.ko /lib/modules/`uname -r`/kernel/net/ipv4/netfilter 7) depmod -A 8) insmod ipt_ipp2p.ko (or modprobe) 9) lsmod | grep ipp2p 10) iptables -m ipp2p --help root@servidor:/usr/src/ipp2p-0.8.0# make make -C /lib/modules/2.6.15-28-386/build SUBDIRS=/usr/src/ipp2p-0.8.0...
2005 May 20
4
Boosting Internet Bandwidth for VOIP
...alking to the kernel iptables v1.2.9: Couldn't load match `p2p':/lib/iptables/libipt_p2p.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.9: Couldn't load match `ipp2p':/lib/iptables/libipt_ipp2p.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. iptables: No chain/target/match by that name Any suggestions? __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email...
2006 Dec 08
0
ipp2p 0.8.2 fix for iptables 1.3.6
There are some problems with iptables 1.3.6 loading ipp2p dynamic library libipt_ipp2p.so. One would usually get error like this: # iptables -m ipp2p -h iptables v1.3.6: X Couldn''t load match `ipp2p'' Solution is to use gcc instead of ld to create the library. It worked for me on Debian Sarge, but maybe someone else could try on other distributions? -- Vytautas...
2004 Nov 18
1
Re: Shared object not being built by patch-o-matic-ng
Stian B. Barmen schrieb: > I try to use patch-o-matic-ng for installation. Kernel patching works > nicely but the libipt_ipp2p.so shared object does not get built. I find > the .c file in the patch-o-matic tree under ipp2p but I don''t know how > to manually compile it. > My lsmod includes the sucsessfully made ipt_ipp2p module and I also > recompiled iptables for good measure. > Help anyone? &...
2007 Apr 03
3
ipp2p: error loading kernel module
Hi, I get this error when trying to insmod the ipp2p kernel module: "insmod: error inserting ''ipt_ipp2p.ko'': -1 Invalid module format" in the kernel log: "ipt_ipp2p: disagrees about version of symbol struct_module" Kernel version 2.6.20.4 iptables version: 1.3.5 ipp2p version: 0.8.2 (latest) Anyone tried ipp2p with kernel 2.6.20? Best Regards Niclas
2004 Nov 18
5
Torrent support in IPP2P
Hello, I guess a few of you know about the iptables-p2p project at the http://sourceforge.net/projects/iptables-p2p site. This suite has an excellent filter of which I use today and its running very smoothly. The main reason why I use this is because I desperately need to block torrents. IPP2P does not do this at this time (it seems to me in the doc at least). Is it maybe some way we could merge
2005 May 19
6
Boosting Shared Internet Bandwidth for Asterisk
Hi: I use shared internet bandwidth and the calls are very clear from around midnight till about 4 pm when it goes bad after that. Is there a way to boost the internet bandwidth for Asterisk at the peak time? Thanks Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html
2007 Oct 06
7
ipp2p segmentation fault
...= 0 munmap(0xb7f53000, 19567) = 0 brk(0) = 0x8055000 brk(0x8076000) = 0x8076000 open("/usr/local/lib/iptables/libxt_ipp2p.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/iptables/libipt_ipp2p.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\4\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=11602, ...}) = 0 mmap2(NULL, 11284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f55000 mmap2(0xb7f57000, 4096, PROT_READ|P...