search for: libipt_route

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

2002 Jun 20
3
simple error in extensions/libipt_ROUTE.c extensions/libipt_IMQ.c
Hi Patrick ! I find simple error in extensions/libipt_ROUTE.c line 24 and 127 -- change NETFILTER_VERSION to IPTABLES_VERSION extensions/libipt_IMQ.c line 18 and 87 -- change NETFILTER_VERSION to IPTABLES_VERSION (iptables-20020618) ----------------------------------- mailto:alexey_talikov@texlab.com.uz BR Alexey Talikov FORTEK -----------------------------...
2003 Feb 10
0
[Bug 25] Can't compile iptables-1.2.7a.tar.bz2
...decoupled with the release of iptables userspace utilities. And now people are using a recent pom with an old iptables. This is what happens here. The ROUTE target is still in development and I upgraded it recently. iptables-1.2.7a doesn't support the new version of the target. The version of libipt_ROUTE.c compatible with patch-o-matic-20030107 is version 1.3. You can download the right libipt_ROUTE.c at http://cvs.netfilter.org/cgi-bin/cvsweb/~checkout~/netfilter/userspace/extensions/libipt_ROUTE.c?rev=1.3&content-type=text/plain Just replace the corresponding file in your iptables-1.2.7a. Ho...
2005 Feb 02
2
Packet Level Load Balance inbound/outbound success with nth and route
...nth, and under packet mangling, select ROUTE. compile the kernel, reboot with new kernel. compile iptables, make && make install. even after running make install, on my system, the two iptables libraries didnt make it to /lib/iptables, so i had to copy them manually. (copy libipt_nth.so and libipt_ROUTE.so from the iptables source to /lib/iptables) now, I use GRE tunnels from the server to the client to send inbound traffic, I assume you can use any kind of tunnel, just make sure support for whatever you want to use is installed in to the kernel. for the sake of the example, IP''s will b...