Displaying 4 results from an estimated 4 matches for "disableexternalcach".
Did you mean:
  disableexternalcache
  
2017 Nov 28
3
[Bug 1203] New: 'DisableExternalCache On' seems to be broken
https://bugzilla.netfilter.org/show_bug.cgi?id=1203
            Bug ID: 1203
           Summary: 'DisableExternalCache On' seems to be broken
           Product: conntrack-tools
           Version: unspecified
          Hardware: All
                OS: Ubuntu
            Status: NEW
          Severity: normal
          Priority: P5
         Component: conntrack-daemon
          Assignee: netfilter-buglog at l...
[Bug 1123] New: conntrackd will not accept connection records into kernel table from another machine
2017 Feb 16
3
[Bug 1123] New: conntrackd will not accept connection records into kernel table from another machine
...2.168.0.15 dst=67.36.196.10 type=8
code=0 id=5486 [UNREPLIED]
[Thu Feb 16 17:56:27 2017] (pid=1312) [ERROR] inject-upd1: Invalid argument
Thu Feb 16 17:56:27 2017    icmp     1 src=192.168.0.15 dst=67.36.196.10 type=8
code=0 id=5486
for each connection it attempts to add to the local table
when 
DisableExternalCache On
conntrackd WILL add to external table when the external cache is enabled
but errors with the cache is disabled
with the external cache disabled
entries DO NOT appear in conntrack -L
entries DO NOT appear in conntrackd -e 
entries DO NOT appear in conntrackd -i
failures show in conntrackd -s...
2016 Apr 14
0
[Bug 1062] New: Kernel IPv6 event filtering not working
...ncing to the other node
 * switch the config to userspace filtering
 * launch some IPv6 matching traffic, the sync don't happen this time.
This is an example configuration in one of my nodes:
==== 8< ====
Sync {
        Mode NOTRACK {
                DisableInternalCache on
                DisableExternalCache on
        }
        TCP {
                IPv4_address 10.0.0.201
                IPv4_Destination_Address 10.0.0.202
                Port 3780
                Interface eth0
                Checksum on
                SndSocketBuffer 12492800
                RcvSocketBuffer 12492800
        }...
2020 Jul 24
1
[Bug 1445] New: conntrackd: segfaults when not disabling internal cache
...Assignee: netfilter-buglog at lists.netfilter.org
          Reporter: arturo at netfilter.org
Original bug report: https://bugs.debian.org/965021
Using a config file like this makes conntrackd segfault at startup:
=== 8< ===
Sync {
    Mode NOTRACK {
        # DisableInternalCache on
        DisableExternalCache on
    }
    Multicast {
        IPv4_address 225.0.0.50
        Group 3780
        IPv4_interface 10.10.73.3
        Interface vl-asta
        SndSocketBuffer 1249280
        RcvSocketBuffer 1249280
        Checksum on
    }
    Options {
        # TCPWindowTracking On
        # ExpectationSync O...