[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-11 Thread Nick Moriarty
apport information ** Tags added: apport-collected trusty ** Description changed: We have observed the following behaviour on our LVS systems, which is causing issues with our monitor scripts. The systems are running Ubuntu 14.04.5 LTS and I've tested both with the stock 3.13.0 kernel

[Kernel-packages] [Bug 1681847] ProcEnviron.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860195/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] WifiSyslog.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860200/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1681847] ProcInterrupts.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860196/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] ProcModules.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860197/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] UdevDb.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860198/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] ProcCpuinfo.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860194/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] CurrentDmesg.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860192/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] UdevLog.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860199/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] Lspci.txt

2017-04-11 Thread Nick Moriarty
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1681847/+attachment/4860193/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1681847

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-12 Thread Nick Moriarty
It's hard to tell whether this was the result of an upgrade - I think this behaviour has always been present in the 14.04 stock kernels, but we noticed it less until recently. I'll look into testing the latest upstream kernel and get back to you. If I get a chance I'll also try to look through

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-12 Thread Nick Moriarty
I think I may have tracked this down, but I haven't had a go at patching it yet. In net/netfilter/ipvs/ip_vs_core.c - in handle_response(): /* mangle the packet */ if (pp->snat_handler && !pp->snat_handler(skb, pp, cp, iph)) goto drop; This calls the

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-12 Thread Nick Moriarty
I've tested this with the latest upstream kernel (4.11.0-041100rc6), and the problem is still present. ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-12 Thread Nick Moriarty
** Tags added: kernel-bug-reported-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1681847 Title: IPVS incorrectly reverse-NATs traffic to LVS host Status in linux package in

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-12 Thread Nick Moriarty
I've attempted to patch this out by adding checks where snat_handler and dnat_handler are called (ip_vs_core.c and ip_vs_xmit.c), with no success. I have to surmise that either: - My patches aren't being built correctly - My checks don't work - This isn't the code that's mangling the packets -

[Kernel-packages] [Bug 1681847] [NEW] IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-11 Thread Nick Moriarty
Public bug reported: We have observed the following behaviour on our LVS systems, which is causing issues with our monitor scripts. The systems are running Ubuntu 14.04.5 LTS and I've tested both with the stock 3.13.0 kernel (-100 and -116) and the 4.4.0-72 xenial kernel. Our systems are set up

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-11 Thread Nick Moriarty
** Description changed: We have observed the following behaviour on our LVS systems, which is causing issues with our monitor scripts. The systems are running Ubuntu 14.04.5 LTS and I've tested both with the stock 3.13.0 kernel (-100 and -116) and the 4.4.0-72 xenial kernel. Our

[Kernel-packages] [Bug 1681847] Re: IPVS incorrectly reverse-NATs traffic to LVS host

2017-04-24 Thread Nick Moriarty
This was reported as an upstream kernel bug: http://archive.linuxvirtualserver.org/html/lvs-devel/2017-04/msg00014.html An IPVS kernel developer has responded to the issue and a patch has been tested. -- You received this bug notification because you are a member of Kernel Packages, which is