search for: libipq

Displaying 17 results from an estimated 17 matches for "libipq".

Did you mean: libipa
2008 Aug 13
1
support libipq?
I am thinking of trying centos (I am now using Fedora). Does centos support libipq? Thanks, Mike.
2013 Aug 09
1
Why libnetfilter_queue is missing from CentOS, but available in, Fedora?
...the trunk, thanks to Juhani. Do you know why > libnetfilter_queue is not available for CentOS? Do you know any CentOS > maintainers? > > On 13/03/13 15:00, Robert Moskowitz wrote: >> Here you go! >> >> >> -------- Original Message -------- >> Subject: Re: libipq and Fedora 18 >> Date: Wed, 13 Mar 2013 06:45:13 -0600 >> From: Michal Jaegermann <michal at harddata.com> >> Reply-To: For testing and quality assurance of Fedora releases >> <test at lists.fedoraproject.org> >> To: For testing and quality assurance of...
2006 Jan 03
3
ip_queue module issue
...lt-in and not built as a module. The output of /proc/net/ip_queue is shown below: cat /proc/net/ip_queue> Peer PID : 0 Copy mode : 0 Copy range : 0 Queue length : 0 Queue max. length : 1024 IPTABLES 1.3.4 is being used and it is built with install-devel option And libipq.a is seen in /lib directory. SNORT is also built in with following options: ./configure --prefix=/usr/local/snort \ --with-libpcap-includes=/usr/local/snort-lib/include \ --with-libpcap-libraries=/usr/local/snort-lib/lib \ --with-libpcre-includes=/usr/local/snort-lib/include \ --with-libpcre-libra...
2003 Oct 21
0
libipq and IMQ
Hi. Does anyone know if it is possible to use ip_queue and IMQ at the same time - if I modprobe one then the other will fail to modprobe with init_module: Device or resource busy TIA Andy. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2009 Jun 08
1
problem compiling ctdb
Hello , I am trying to compile ctdb. I pull latest version 2-Jun-2009. During make it fails with error: Compiling utils/ipmux/ipmux.c In file included from /usr/include/linux/netfilter_ipv4/ip_queue.h:10, from /usr/include/libipq.h:37, from utils/ipmux/ipmux.c:31: /usr/include/linux/if.h:59: error: redefinition of `struct ifmap' /usr/include/linux/if.h:77: error: redefinition of `struct ifreq' /usr/include/linux/if.h:126: error: redefinition of `struct ifconf' make: *** [utils/ipmux/ipmux.o] Err...
2009 Mar 30
3
[Bug 588] New: make ipv6 optional in iptables
http://bugzilla.netfilter.org/show_bug.cgi?id=588 Summary: make ipv6 optional in iptables Product: iptables Version: CVS (please indicate timestamp) Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P1 Component: ip6tables AssignedTo: laforge at netfilter.org
2005 Feb 16
5
Compiling sch_tbf.c in user space
...idth.So the idea we came up with was to route packets from different hosts to user space using Netfilter and then send them through a common tbf implemented in user space in order to model a simple bandwidth shaping scenario. Routing packets to user space has been easy using the Netfitler hooks and libipq. My problem now is that i need to implement a tbf in user space.I was thinking if its possible to modify the sch_tbf.c code to make it work in user space so that i can compile it as part of my user space program that handles the packets sent to user space thro netfilter.Ive tried modifying this cod...
2005 Nov 05
0
[ANNOUNCE] multiple netfilter.org releases
...It is used by the upcoming ulogd-2.00beta release Needs libnfnetlink-0.0.11 libnetfilter_queue-0.0.10 ftp://ftp.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-0.0.10.tar.bz2 This is the userspace library for nfnetlink_queue in 2.6.14 It is used by applications that traditionally used libipq NuFW already has a working port Needs libnfnetlink-0.0.11 libnetfilter_conntrack-0.0.20 ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/libnetfilter_conntrack-0.0.20.tar.bz2 This is the userspace library for the ip_conntrack netlink interface It is currently only used by the conntrack prog...
2011 Sep 30
1
[Bug 752] New: ipq_read() will return an error (rc = -1) and the error message says "Received truncated message"
...-1) and the error message says "Received truncated message" Product: iptables Version: 1.3.5 Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: critical Priority: P1 Component: libipq AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: guptapoonam.18 at gmail.com Estimated Hours: 0.0 Deadline: 2011-10-04 I am experiencing a problem regarding truncated message. Occassionally, ipq_read() will return an error (rc = -1) and the error messag...
2012 Jul 23
1
[Bug 798] New: fix warning with newer automake
...AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: vapier at gentoo.org Estimated Hours: 0.0 Created attachment 387 --> http://bugzilla.netfilter.org/attachment.cgi?id=387 ar patch Newer automake warns: /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libipq.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' patch attached fixes this -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assigne...
2007 Oct 12
1
Packet Interception
Hello! In the earlier mail I think I was not clear... Actually the following is my requirements: 1) our requirement is to capture all packets originating/destined to a particular machine. This also includes ping packets to same machine/localhost. i.e. at machine A we want to also capture packets originating from say machine A and destined to machine A (these propably do not go to data link
2007 Jul 21
0
Problem With NFS and iptables
I have a setup where I am running on a machine with Red Hat Enterprise Linux Release 3. I have a userland program that is attempting to attach to libipq. When I issue the ''iptables -A OUTPUT -t mangle -j QUEUE'' command to attach, the machine hangs. The only way to unhang the machine is to do a hard restart. All the machine''s filesystems are connected to an NFS server, including the /usr filesystem. So the OS is also runn...
2005 May 03
2
using tc as a function call
i wrote a C++ program that executes "tc" using the std::system call. this fairly reduces the performance if many tc calls are required. i want to be able to rename tc''s main function to tc_main and pass argv and argc. has someone done something like this? please let me know how i can compile for netem. thanks. __________________________________________________ Do You
2003 Nov 02
0
[ANNOUNCE] Release of iptables-1.2.9
...tables-save if used inverted (!) [ David Zambonini, Martin Josefsson ] - ip6tables udp match: check for invalid port ranges [ Thomas Poehnitz ] - LOG target: fix iptables-save (save loglevel numerically) [ Thomas Woerner ] - mport match: fix iptables-save (save numerically) [ Thomas Woerner ] - libipq: fix ipq_id_t definition on 'real' 64bit/64bit architectures [ Ryan Veety ] - libip6tc: fix ipv6_prefix_length endianness bugs [ Mikko Markus Torni ] - MASQUERADE target: don't accept negative port numbers [ Yasuyuki Kozakai ] - physdev match: fix new structure layout for kernel >...
2003 Oct 07
0
[ANNOUNCE] Release of iptables-1.2.9rc1
...tables-save if used inverted (!) [ David Zambonini, Martin Josefsson ] - ip6tables udp match: check for invalid port ranges [ Thomas Poehnitz ] - LOG target: fix iptables-save (save loglevel numerically) [ Thomas Woerner ] - mport match: fix iptables-save (save numerically) [ Thomas Woerner ] - libipq: fix ipq_id_t definition on 'real' 64bit/64bit architectures [ Ryan Veety ] - libip6tc: fix ipv6_prefix_length endianness bugs [ Mikko Markus Torni ] Changes from 1.2.8: - build plugins for connlimit, iprange, realm, CLASSIFY, CONNMARK, NETMAP [ Harald Welte ] - libip(6)tc: Speedup due...
2004 Jun 16
0
[ANNOUNCE] Release of iptables-1.2.10
...fsson ] - ip(6)tables-restore: Fix '--verbose' option - ip(6)tables-restore: Add '--test' option - ip(6)tables-restore: Complain about missing 'COMMIT' [ Martin Josefsson ] - ip(6)tables-restore: Allow embedding of quote character in quoted strings [ Michael Rash ] =09 - libipq: Protect against spoofed queue messages (check if sender is kernel) [ Harald Welte ] Changes from 1.2.9: - time match: add 'datestart' and 'datestop' parameters [ Fabrice Marie ] - modular manpage build, depending on actually compiled-in features [ Henrik Nordstrom ] - addit...
2009 Jun 27
2
Packet modification on Xen virutal Bridge
Hi guys, Now, I''m looking for a method to modify packet headers/contents when they arrive at xen bridges (e.g. xenbr0). For example, I consider a following operation; when a xen bridge recieves a packet(frame), it firstly encrypts the content using a predefined key, and then forwards it to other host/router. Is is possible to add such functionality to the xen bridge ? Any ideas,