From owner-freebsd-net@freebsd.org Tue Dec 19 13:33:32 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6444EE83120 for ; Tue, 19 Dec 2017 13:33:32 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EA85A78C72 for ; Tue, 19 Dec 2017 13:33:30 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id vBJDXHnB090052 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 Dec 2017 14:33:17 +0100 (CET) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: artemrts@ukr.net Received: from eg.sd.rdtc.ru (eugen@localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTP id vBJDXDet060997; Tue, 19 Dec 2017 20:33:13 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: ng_patch and swap_pager_getswapspace error To: wishmaster , freebsd-net@freebsd.org References: <1513663683.700534911.voagagit@frv52.fwdcdn.com> From: Eugene Grosbein X-Enigmail-Draft-Status: N1110 Message-ID: <5A391519.8040707@grosbein.net> Date: Tue, 19 Dec 2017 20:33:13 +0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1513663683.700534911.voagagit@frv52.fwdcdn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, LOCAL_FROM, RDNS_NONE, T_DATE_IN_FUTURE_Q_PLUS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * 0.0 T_DATE_IN_FUTURE_Q_PLUS Date: is over 4 months after Received: date * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-Spam-Level: ** X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 13:33:32 -0000 On 19.12.2017 13:15, wishmaster wrote: > Hi, > > after I have applied ng_patch for setting TTL for outgoing packets with below rules > > kldload ng_ipfw 2>/dev/null > kldload ng_patch 2>/dev/null > > /usr/sbin/ngctl -f- <<-SEQ > mkpeer ipfw: patch 100 in > name ipfw:100 ttl_set > msg ttl_set: setconfig { count=1 csum_flags=1 ops=[ \ > { mode=1 value=128 length=1 offset=8 } ] } > SEQ > > /sbin/ipfw add 15002 netgraph 100 ip from me to not me recv "*" Why do you have incoming ip packets sourced from your IP? This generally means source was spoofed and such incoming packets should be silently dropped. > What is this? "After" does not mean "because of". Your processes ate all memory and swap and ng_patch cannot be responsible for that.