Displaying 20 results from an estimated 1400 matches similar to: "[Bug 941] New: --queue-balance sending all traffic to queue 0"
2020 Jun 22
3
[Bug 1436] New: nf_conntrack_update fails in fedora kernels 5.6.16 and 5.6.18
https://bugzilla.netfilter.org/show_bug.cgi?id=1436
            Bug ID: 1436
           Summary: nf_conntrack_update fails in fedora kernels 5.6.16 and
                    5.6.18
           Product: netfilter/iptables
           Version: linux-2.6.x
          Hardware: x86_64
                OS: Fedora
            Status: NEW
          Severity: critical
          Priority: P5
         Component:
2020 Jul 08
3
[Bug 1440] New: kernel oops allowing a connection with nfq_set_verdict() on kernel 5.7.x with hardening parameters
https://bugzilla.netfilter.org/show_bug.cgi?id=1440
            Bug ID: 1440
           Summary: kernel oops allowing a connection with
                    nfq_set_verdict() on kernel 5.7.x with hardening
                    parameters
           Product: libnetfilter_queue
           Version: unspecified
          Hardware: x86_64
                OS: Debian GNU/Linux
            Status: NEW
    
2014 May 25
1
traffic distribution not happening in centos 6.5
Hi,
I am experimenting with libnetfilter_queue. libnetfilter_queue is a
userspace library providing an API to packets that have been queued by
the kernel packet filter.
I am using sample code(nfqnl_test.c) available on netfilter.org. I
have generated two binaries (queue0 and queue1) using that
nfqnl_test.c sample code.
These binaries are working as per expected behaviour in case of Centos
6.2
2024 Apr 03
10
[Bug 1742] New: using nfqueue breaks SCTP connection (tracking)
https://bugzilla.netfilter.org/show_bug.cgi?id=1742
            Bug ID: 1742
           Summary: using nfqueue breaks SCTP connection (tracking)
           Product: libnetfilter_queue
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: libnetfilter_queue
          Assignee:
2009 Jan 19
1
Non-linear skbs apparently prevent NFQUEUE from working properly
Dear list members (especially Xen network wizards),
I''m using the netfilter_queue mechanism to modify packets on the wire that
are sent from one domU to another while they travel over the dom0 bridge.
This has worked fine as long as I was tinkering with UDP packets only -
but when I try to reinject TCP frames with an increased length, I run into
a BUG() because
2012 Apr 25
1
forwarding packets to service in same host without using loopback network
This question is not about linux usage. But still i think  user list
is a good crowd for linux programmer. So here it goes.
I have this libnetfilter_queue application which receives packets from
kernel based on some iptables rule. Before going straight to my
problem, i'm giving a sample workable code and other tools to set up a
test environment so that We problem definition and possible
2016 May 12
3
[Bug 1066] New: nfq_get_timestamp() not setting timeval struc
https://bugzilla.netfilter.org/show_bug.cgi?id=1066
            Bug ID: 1066
           Summary: nfq_get_timestamp() not setting timeval struc
           Product: libnetfilter_queue
           Version: unspecified
          Hardware: x86_64
                OS: Ubuntu
            Status: NEW
          Severity: normal
          Priority: P5
         Component: libnetfilter_queue
         
2013 Aug 02
1
[Bug 837] New: Large ICMP packets are lost
https://bugzilla.netfilter.org/show_bug.cgi?id=837
           Summary: Large ICMP packets are lost
           Product: libnetfilter_queue
           Version: unspecified
          Platform: x86_64
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: libnetfilter_queue
        AssignedTo: netfilter-buglog at lists.netfilter.org
   
2014 Dec 02
3
[Bug 988] New: manpage: mention that REJECT should be used with care
https://bugzilla.netfilter.org/show_bug.cgi?id=988
            Bug ID: 988
           Summary: manpage: mention that REJECT should be used with care
           Product: iptables
           Version: unspecified
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: iptables
          Assignee:
2024 Aug 26
13
[Bug 1766] New: nfqueue randomly drops packets with same tuple
https://bugzilla.netfilter.org/show_bug.cgi?id=1766
            Bug ID: 1766
           Summary: nfqueue randomly drops packets with same tuple
           Product: netfilter/iptables
           Version: unspecified
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: major
          Priority: P5
         Component: netfilter hooks
          Assignee:
2014 Dec 30
1
[Bug 992] New: Missing space between NFQUEUE extra parameters
https://bugzilla.netfilter.org/show_bug.cgi?id=992
            Bug ID: 992
           Summary: Missing space between NFQUEUE extra parameters
           Product: iptables
           Version: 1.4.x
          Hardware: x86_64
                OS: Ubuntu
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: iptables-save
          Assignee:
2014 May 13
0
[Bug 939] New: extensions: NFQUEUE: missing cpu-fanout
https://bugzilla.netfilter.org/show_bug.cgi?id=939
           Summary: extensions: NFQUEUE: missing cpu-fanout
           Product: netfilter/iptables
           Version: linux-2.6.x
          Platform: x86_64
        OS/Version: Debian GNU/Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ip_tables (kernel)
        AssignedTo:
2019 Feb 13
1
[Bug 1322] New: Accepting in an nfqueue breaks multi-chain processing
https://bugzilla.netfilter.org/show_bug.cgi?id=1322
            Bug ID: 1322
           Summary: Accepting in an nfqueue breaks multi-chain processing
           Product: nftables
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: kernel
          Assignee: pablo at
2011 Dec 27
1
Netfilter QUEUE (NFQUEUE) Support on XEN based VPS
Hi all,
I have been trying to run an IDS system on OpenVZ based VPS which requires that I run this IPTABLES command :
iptables -A FORWARD -j NFQUEUE
However, so far I have not suceeded. I always get this errors:
iptables: Unknown error 4294967295
Even when the NFQUEUE  IP modules was enabled by the VPS provider, I still get these errors and this appears to be OpenVZ bug. 
So I want to
2017 Mar 27
2
firewalld management on a headless server
On 03/27/2017 03:24 PM, Mike wrote:
> I recently converted my employer's firewall from pure iptabes to
> firewalld and looked for something similar, more along the lines of
> webmin, etc.
> I didn't find anything close to a match.
> In the end, it all came down to getting comfortable with
> "firewall-cmd" in the shell.
I have been digging and found that Fedora
2013 Aug 16
9
[Bug 846] New: ./nfqnl_test usage ! no activity shown
https://bugzilla.netfilter.org/show_bug.cgi?id=846
           Summary: ./nfqnl_test   usage ! no activity shown
           Product: libnetfilter_queue
           Version: unspecified
          Platform: i386
        OS/Version: RedHat Linux
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: libnetfilter_queue
        AssignedTo: netfilter-buglog at
2007 Nov 20
3
Shorewall 4.1.0
I''ve opened up development of Shorewall 4.1.
While I had previously announced that Shorewall 4.1 would focus on IPv6, I
have since learned that the netfilter team are developing ''xtables'', a
unified IP0v4/IPv6 utility. It seems silly to spend the effort to add
Shorewall support for IPv6 only to then have to turn around and convert it
to use xtables. So I''ve
2017 Mar 27
0
firewalld management on a headless server
I recently converted my employer's firewall from pure iptabes to
firewalld and looked for something similar, more along the lines of
webmin, etc.
I didn't find anything close to a match.
In the end, it all came down to getting comfortable with
"firewall-cmd" in the shell.
Haven't used suricata, so nothing to add there.
On Mon, Mar 27, 2017 at 3:03 PM, Robert Moskowitz
2017 Mar 27
0
firewalld management on a headless server
I don't think it's going to give you a web-based firewall configuration tool.
It does allow you to control/configure networking hardware and devices
via NetworkManager, but I don't believe it goes further than that for
networking.
Ironically, it does provide a an ssh-like session terminal where you
can get directly logged in and use firewall-cmd.  :-)
2017 Mar 27
5
firewalld management on a headless server
Is there an Apache tool to manage firewalld on a headless server?
I am looking forward to my next Centos project which is to replace my 
Juniper SSG5 firewall...
And along that line, what overlap, if any between firewalld and Suricata?
thank you