[Bug 209259] kernel panic when using PF and NAT

2019-02-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209259 Kristof Provost changed: What|Removed |Added Resolution|--- |Overcome By Events S

Re: Kernel Panic

2018-03-01 Thread Joe Jones
stigating tomorrow. Regards Joe Jones From: Kristof Provost Sent: 01 March 2018 09:57:18 To: Joe Jones Cc: freebsd-pf@freebsd.org Subject: Re: Kernel Panic On 1 Mar 2018, at 15:37, Joe Jones wrote: > yes we use pfsync. Yesterday we tried with pfsync switched of

Re: Kernel Panic

2018-03-01 Thread Ermal Luçi
On Thu, Mar 1, 2018 at 9:43 AM, Joe Jones wrote: > Hi Kristo, > > It's just the master that crashed, the backup can take over. > > We think the panic we got by compiling with witness and invariant may be a > red herring. > > We are now looking rules like > > nat on $isp_if from to any -> sticky

Re: Kernel Panic

2018-03-01 Thread Joe Jones
Hi Kristo, It's just the master that crashed, the backup can take over. We think the panic we got by compiling with witness and invariant may be a red herring. We are now looking rules like nat on $isp_if from to any -> sticky-address if we replace the external_napts table with a single a

Re: Kernel Panic

2018-03-01 Thread Joe Jones
2018, at 9:52, Kristof Provost wrote: On 27 Feb 2018, at 20:40, Joe Jones wrote: we have a kernel panic after compiling with witness and invariant Feb 27 13:49:33 sovapn1 kernel: lock order reversal: Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash (pf_idhash) @ /usr/src/sys/netpfil

Re: Kernel Panic

2018-03-01 Thread Kristof Provost
On 1 Mar 2018, at 15:37, Joe Jones wrote: yes we use pfsync. Yesterday we tried with pfsync switched off, the box still locked up but this time without a panic. We make the DIOCRADDADDRS ioctl on the master and the backup (we use CARPed pairs). Interesting. It might be related to pfsync. Is

Re: Kernel Panic

2018-02-28 Thread Kristof Provost
On 28 Feb 2018, at 9:52, Kristof Provost wrote: On 27 Feb 2018, at 20:40, Joe Jones wrote: we have a kernel panic after compiling with witness and invariant Feb 27 13:49:33 sovapn1 kernel: lock order reversal: Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash (pf_idhash) @ /usr

Re: Kernel Panic

2018-02-27 Thread Kristof Provost
On 27 Feb 2018, at 20:40, Joe Jones wrote: we have a kernel panic after compiling with witness and invariant Feb 27 13:49:33 sovapn1 kernel: lock order reversal: Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash (pf_idhash) @ /usr/src/sys/netpfil/pf/pf.c:1078 Feb 27 13:49:33

Re: Kernel Panic

2018-02-27 Thread Joe Jones
Hi, we have a kernel panic after compiling with witness and invariant Feb 27 13:49:33 sovapn1 kernel: lock order reversal: Feb 27 13:49:33 sovapn1 kernel: 1st 0xfe000fed78b8 pf_idhash (pf_idhash) @ /usr/src/sys/netpfil/pf/pf.c:1078 Feb 27 13:49:33 sovapn1 kernel: 2nd 0xf8001e0474a8

Re: Kernel Panic

2018-02-26 Thread Kristof Provost
On 26 Feb 2018, at 17:06, Joe Jones wrote: Hi Kristof, we are not updating rules during the test although in production we will reload the rule set from time to time. We are constantly adding and removing from tables though, using the DIOCRADDADDRS and DIOCRDELADDRS ioctl, also DIOCKILLSTATE

Re: Kernel Panic

2018-02-26 Thread Joe Jones
wrote: we are running test traffic through our system, after between 1 and 12 hours we get a kernel panic, always in the pfr_pool_get function in /usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of investigation I confirmed that ke2 is set to null on line 2122. It’d probably be interesting

Re: Kernel Panic

2018-02-14 Thread Kristof Provost
On 14 Feb 2018, at 23:47, Joe Jones wrote: Hi, we are running test traffic through our system, after between 1 and 12 hours we get a kernel panic, always in the pfr_pool_get function in /usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of investigation I confirmed that ke2 is set to

Kernel Panic

2018-02-14 Thread Joe Jones
Hi, we are running test traffic through our system, after between 1 and 12 hours we get a kernel panic, always in the pfr_pool_get function in /usr/src/sys/netpfil/pf/pf_table.c line 2140. After a bit of investigation I confirmed that ke2 is set to null on line 2122. We have tried a kernel

Re: sonewconn: pru_attach() failed and kernel panic in PF

2017-03-06 Thread Kristof Provost
So it turns out I shouldn't commit things when jet lagged. You want r314810 in head. The other one was mistakenly done in stable/11. It needed to go there sooner or later so I'm just going to leave it. Regards, Kristof > On 5 Mar 2017, at 22:19, Kristof Provost wrote: > >> On 5 Mar 2017, at

Re: sonewconn: pru_attach() failed and kernel panic in PF

2017-03-05 Thread Kristof Provost
On 5 Mar 2017, at 21:42, Kristof Provost wrote: There’s only a couple of calls to uma_zfree() in pf_get_translations(). These are: * uma_zfree(V_pf_state_key_z, skp); * uma_zfree(V_pf_state_key_z, *nkp); * uma_zfree(V_pf_state_key_z, *skp); Going by the inconsistent pointer use the first on

Re: sonewconn: pru_attach() failed and kernel panic in PF

2017-03-05 Thread Kristof Provost
On 27 Feb 2017, at 21:08, Ross wrote: Hello One of my machines panics almost every day. It is always like this: first there is a number of messages about "sonewconn: pcb 0xf80085478740: pru_attach() failed" at the same time and then panic. Here's an example: ... many lines of sonewco

sonewconn: pru_attach() failed and kernel panic in PF

2017-02-27 Thread Ross
7 13:41:43 core kernel: current process= 0 (em0 taskq) Feb 27 13:41:43 core kernel: trap number= 12 Feb 27 13:41:43 core kernel: panic: page fault Feb 27 13:41:43 core kernel: cpuid = 5 Feb 27 13:41:43 core kernel: KDB: stack backtrace: Feb 27 13:41:43 core kernel: #0 0xf

[Bug 209259] kernel panic when using PF and NAT

2016-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209259 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-pf@FreeBSD.org -- You are

[Bug 143543] [pf] [panic] PF route-to causes kernel panic

2015-12-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143543 Kristof Provost changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug 143543] [pf] [panic] PF route-to causes kernel panic

2015-12-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143543 c...@pfsense.org changed: What|Removed |Added CC||c...@pfsense.org --- Comment #5

[Bug 200222] [patch][pf] fix possible kernel panic on missing mtag

2015-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200222 Gleb Smirnoff changed: What|Removed |Added Assignee|freebsd-pf@FreeBSD.org |gleb...@freebsd.org St

[Bug 200222] [patch][pf] fix possible kernel panic on missing mtag

2015-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200222 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-pf@FreeBSD.org -- You are

[Bug 192426] [bpf] [panic] [patch]: Kernel panic when using BPF

2015-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192426 Andrey V. Elsukov changed: What|Removed |Added Assignee|freebsd-pf@FreeBSD.org |a...@freebsd.org

[Bug 192426] [bpf] [panic] [patch]: Kernel panic when using BPF

2015-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192426 Mark Linimon changed: What|Removed |Added Keywords||patch Assignee|freebsd-..

Re: kern/124364: [pf] [panic] Kernel panic with pf + bridge

2012-09-11 Thread Ermal Luçi
d.org > Subject: kern/124364: [pf] [panic] Kernel panic with pf + bridge > Date: Tue, 11 Sep 2012 14:51:06 +0400 > >Vladimir, > >have you tried to reproduce the problem on newer versions of FreeBSD? > > -- > Totus tuus, Glebius. > ___

Re: kern/124364: [pf] [panic] Kernel panic with pf + bridge

2012-09-11 Thread glebius
Synopsis: [pf] [panic] Kernel panic with pf + bridge State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Tue Sep 11 11:03:00 UTC 2012 State-Changed-Why: Submitter email bounces. http://www.freebsd.org/cgi/query-pr.cgi?pr=124

kern/124364: [pf] [panic] Kernel panic with pf + bridge

2012-09-11 Thread Gleb Smirnoff
The following reply was made to PR kern/124364; it has been noted by GNATS. From: Gleb Smirnoff To: Vladimir Shapkin Cc: bug-follo...@freebsd.org Subject: kern/124364: [pf] [panic] Kernel panic with pf + bridge Date: Tue, 11 Sep 2012 14:51:06 +0400 Vladimir, have you tried to reproduce

Re: FreeBSD 9.0-RELEASE: VIMAGE and PF, Constant Kernel Panic

2012-02-19 Thread Bjoern A. Zeeb
On 17. Feb 2012, at 19:42 , Robert Z wrote: > I am getting constant kernel panics with VIMAGE and PF on FreeBSD 9-RELEASE > with jails. > > I have tried diffrent PF configurations with VIMAGE + epair or VIMAGE + > netgragh and still get kernel panics. > The kernel panics stop as soon as I disa

FreeBSD 9.0-RELEASE: VIMAGE and PF, Constant Kernel Panic

2012-02-17 Thread Robert Z
I am getting constant kernel panics with VIMAGE and PF on FreeBSD 9-RELEASE with jails. I have tried diffrent PF configurations with VIMAGE + epair or VIMAGE + netgragh and still get kernel panics. The kernel panics stop as soon as I disable PF in rc.conf. Example of setup PF + VIMAGE + epair.

Re: kern/158873: [pf] [panic] When I launch pf daemon, I have a kernel panic

2011-10-19 Thread bz
Synopsis: [pf] [panic] When I launch pf daemon, I have a kernel panic Responsible-Changed-From-To: freebsd-pf->bz Responsible-Changed-By: bz Responsible-Changed-When: Wed Oct 19 11:38:23 UTC 2011 Responsible-Changed-Why: Take. Seen too late that here's another patch. http://www.freebsd

Re: kern/160496: [pf] [patch] kernel panic with pf + VIMAGE

2011-09-06 Thread bz
Synopsis: [pf] [patch] kernel panic with pf + VIMAGE Responsible-Changed-From-To: freebsd-pf->freebsd-virtualization Responsible-Changed-By: bz Responsible-Changed-When: Tue Sep 6 10:04:16 UTC 2011 Responsible-Changed-Why: Move to vritualization where we aggregate VIMAGE PRs. h

Re: kern/160496: [pf] [patch] kernel panic with pf + VIMAGE

2011-09-05 Thread linimon
Old Synopsis: [patch] kernel panic with pf + VIMAGE New Synopsis: [pf] [patch] kernel panic with pf + VIMAGE Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Tue Sep 6 02:01:39 UTC 2011 Responsible-Changed-Why: Over to maintaine

Re: kern/158873: [pf] [panic] When I launch pf daemon, I have a kernel panic

2011-07-13 Thread linimon
Old Synopsis: When I launch pf daemon, I have a kernel panic New Synopsis: [pf] [panic] When I launch pf daemon, I have a kernel panic Responsible-Changed-From-To: freebsd-net->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jul 14 01:55:42 UTC 2011 Responsible-Chan

Re: kern/143543: [pf] [panic] PF route-to causes kernel panic

2010-03-14 Thread Nick Leuta
The following reply was made to PR kern/143543; it has been noted by GNATS. From: Nick Leuta To: bug-follo...@freebsd.org, sl...@aprec.ru Cc: Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic Date: Sun, 14 Mar 2010 23:20:44 +0300 Hmm... Im my case "ipfw fwd&quo

Re: kern/143543: [pf] [panic] PF route-to causes kernel panic

2010-03-14 Thread Святослав
The following reply was made to PR kern/143543; it has been noted by GNATS. From: =?windows-1251?B?0eL/8u7x6+Di?= To: bug-follo...@freebsd.org, sl...@aprec.ru Cc: Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic Date: Sun, 14 Mar 2010 19:00:25 +0300 I'm now using

Re: kern/143543: [pf] [panic] PF route-to causes kernel panic

2010-03-13 Thread Nick Leuta
The following reply was made to PR kern/143543; it has been noted by GNATS. From: Nick Leuta To: bug-follo...@freebsd.org, sl...@aprec.ru Cc: Subject: Re: kern/143543: [pf] [panic] PF route-to causes kernel panic Date: Sun, 14 Mar 2010 03:34:50 +0300 I have the similar problem but in a bit

Re: kern/143543: [pf] [panic] PF route-to causes kernel panic

2010-02-04 Thread linimon
Old Synopsis: PF route-to causes kernel panic New Synopsis: [pf] [panic] PF route-to causes kernel panic Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 4 10:21:23 UTC 2010 Responsible-Changed-Why: Over to maintaine

Re: kern/141905: [pf] [panic] pf kernel panic on 7.2-RELEASE with empty pf.conf

2009-12-22 Thread linimon
Old Synopsis: pf kernel panic on 7.2-RELEASE with empty pf.conf New Synopsis: [pf] [panic] pf kernel panic on 7.2-RELEASE with empty pf.conf Responsible-Changed-From-To: freebsd-amd64->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Tue Dec 22 22:31:27 UTC 2009 Responsi

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-04-13 Thread mlaier
Synopsis: [netgraph][pf] kernel panic trap 12 on user connect to VPN server State-Changed-From-To: open->closed State-Changed-By: mlaier State-Changed-When: Mon Apr 13 23:33:36 UTC 2009 State-Changed-Why: Fix commited to head and stable/7. Thanks. http://www.freebsd.org/cgi/query-pr.cgi

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-04-13 Thread Oleg S
l.com > Cc: > Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect > to VPN server > Date: Sat, 11 Apr 2009 01:11:54 +0100 > >  --Boundary-00=_LB+3JRWytgyQ4AY >  Content-Type: text/plain; >   charset="us-ascii" >  Content-Transfer-Enco

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-04-10 Thread Max Laier
The following reply was made to PR kern/130977; it has been noted by GNATS. From: Max Laier To: bug-follo...@freebsd.org, darki...@gmail.com Cc: Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server Date: Sat, 11 Apr 2009 01:11:54 +0100 --Boundary-00

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-04-10 Thread Max Laier
On Friday 10 April 2009 13:50:03 Mikolaj Golub wrote: > The following reply was made to PR kern/130977; it has been noted by GNATS. > > From: Mikolaj Golub > To: bug-follo...@freebsd.org,darki...@gmail.com > Cc: > Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-04-10 Thread Mikolaj Golub
The following reply was made to PR kern/130977; it has been noted by GNATS. From: Mikolaj Golub To: bug-follo...@freebsd.org,darki...@gmail.com Cc: Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server Date: Fri, 10 Apr 2009 14:42:59 +0300 The problem

Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-02-15 Thread Oleg S
The following reply was made to PR kern/130977; it has been noted by GNATS. From: Oleg S To: bug-follo...@freebsd.org, darki...@gmail.com Cc: Subject: Re: kern/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server Date: Sun, 15 Feb 2009 22:25:05 +0200 More

Re: misc/130977: [netgraph][pf] kernel panic trap 12 on user connect to VPN server

2009-01-25 Thread linimon
Synopsis: [netgraph][pf] kernel panic trap 12 on user connect to VPN server Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jan 25 20:33:47 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/

Re: kern/124364: [pf] [panic] Kernel panic with pf + bridge

2008-06-08 Thread linimon
Old Synopsis: Kernel panic with pf + bridge New Synopsis: [pf] [panic] Kernel panic with pf + bridge Responsible-Changed-From-To: freebsd-i386->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jun 8 21:08:36 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). h

Re: kern/117827: [pf] [panic] kernel panic with pf and ng

2008-04-12 Thread mlaier
Synopsis: [pf] [panic] kernel panic with pf and ng State-Changed-From-To: feedback->closed State-Changed-By: mlaier State-Changed-When: Sat Apr 12 20:06:42 UTC 2008 State-Changed-Why: Commited to RELENG_6 and _7. Thanks for testing. http://www.freebsd.org/cgi/query-pr.cgi?pr=117

Re: kern/117827: [pf] [panic] kernel panic with pf and ng

2008-03-28 Thread Max Laier
The following reply was made to PR kern/117827; it has been noted by GNATS. From: Max Laier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/117827: [pf] [panic] kernel panic with pf and ng Date: Sat, 29 Mar 2008 01:56:36 +0100 Here are MFC patch

Re: kern/117827: [pf] [panic] kernel panic with pf and ng

2008-03-28 Thread mlaier
Synopsis: [pf] [panic] kernel panic with pf and ng State-Changed-From-To: open->feedback State-Changed-By: mlaier State-Changed-When: Sat Mar 29 01:00:24 UTC 2008 State-Changed-Why: MFC patches need testing, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=117

Re: kern/117827: [pf] kernel panic with pf and ng

2007-12-30 Thread Florian Smeets
The following reply was made to PR kern/117827; it has been noted by GNATS. From: Florian Smeets <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/117827: [pf] kernel panic with pf and ng Date: Sun, 30 Dec 2007 16:27:36 +0100 Hi, Max has submitted a

Re: kern/117827: [pf] kernel panic with pf and ng

2007-12-30 Thread kris
Synopsis: [pf] kernel panic with pf and ng State-Changed-From-To: feedback->open State-Changed-By: kris State-Changed-When: Sun Dec 30 11:25:42 UTC 2007 State-Changed-Why: Feedback received, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=117

Re: kern/117827: [pf] kernel panic with pf and ng

2007-12-25 Thread kris
Synopsis: [pf] kernel panic with pf and ng State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Tue Dec 25 13:55:43 UTC 2007 State-Changed-Why: Awaiting user response with necessary debugging information http://www.freebsd.org/cgi/query-pr.cgi?pr=117

Re: kern/117827: Kernel Panic

2007-11-05 Thread Remko Lodder
The following reply was made to PR kern/117827; it has been noted by GNATS. From: Remko Lodder <[EMAIL PROTECTED]> To: Dmitry Rybin <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/117827: Kernel Panic Date: Mon, 05 Nov 2007 18:46:02 +0100 Dmitry Rybin wrote

Re: kern/117827: [pf] kernel panic with pf and ng

2007-11-04 Thread linimon
Old Synopsis: Kernel Panic New Synopsis: [pf] kernel panic with pf and ng Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 5 02:53:10 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/qu

Re: Kernel panic with PF

2006-07-21 Thread Michal Mertl
Daniel Hartmeier wrote: > On Fri, Jul 21, 2006 at 10:57:28AM +0200, Michal Mertl wrote: > > > The proxy in fact runs in parallel (according to "pfctl -s info" it did > > about 50 inserts and removal in the state table per second - some 10Mbit > > of traffic, probably mostly HTTP) and it is quite p

Re: Kernel panic with PF

2006-07-21 Thread Daniel Hartmeier
On Fri, Jul 21, 2006 at 10:57:28AM +0200, Michal Mertl wrote: > The proxy in fact runs in parallel (according to "pfctl -s info" it did > about 50 inserts and removal in the state table per second - some 10Mbit > of traffic, probably mostly HTTP) and it is quite possible that your > explanation is

Re: Kernel panic with PF

2006-07-21 Thread Michal Mertl
Daniel Hartmeier wrote: > On Fri, Jul 21, 2006 at 02:05:45AM +0200, Max Laier wrote: > > > Which proxies are you using? The "pool_ticket: 1429 != 1430" messages you > > quote below indicate a synchronization problem within the app talking to pf > > via ioctl's. Tickets are used to ensure atomi

Re: Kernel panic with PF

2006-07-21 Thread Michal Mertl
Max Laier píše v pá 21. 07. 2006 v 02:05 +0200: > [CC'ing -pf] > > On Thursday 20 July 2006 17:53, Michal Mertl wrote: > > Hello, > > > > I am deploying FreeBSD based application proxies' based firewall > > (www.kernun.com, but not much English there) and am having frequent > > panics of RELENG_6_

Re: Kernel panic with PF

2006-07-20 Thread Daniel Hartmeier
On Fri, Jul 21, 2006 at 02:05:45AM +0200, Max Laier wrote: > Which proxies are you using? The "pool_ticket: 1429 != 1430" messages you > quote below indicate a synchronization problem within the app talking to pf > via ioctl's. Tickets are used to ensure atomic commits for operations that > r

Re: Kernel panic with PF

2006-07-20 Thread Max Laier
[CC'ing -pf] On Thursday 20 July 2006 17:53, Michal Mertl wrote: > Hello, > > I am deploying FreeBSD based application proxies' based firewall > (www.kernun.com, but not much English there) and am having frequent > panics of RELENG_6_1 under load. The server has IP forwarding disabled. > > I've go