From owner-freebsd-pf@freebsd.org Mon Jun 29 07:04:02 2015 Return-Path: Delivered-To: freebsd-pf@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 3D21398EA01 for ; Mon, 29 Jun 2015 07:04:02 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.ch) Received: from insomnia.benzedrine.ch (106.30.3.213.static.wline.lns.sme.cust.swisscom.ch [213.3.30.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "insomnia.benzedrine.ch", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C42121BC7 for ; Mon, 29 Jun 2015 07:04:01 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.ch) Received: from insomnia.benzedrine.ch (localhost [127.0.0.1]) by insomnia.benzedrine.ch (8.14.6/8.14.6) with ESMTP id t5T6wdgI013480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 29 Jun 2015 08:58:39 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.ch (8.14.6/8.14.5/Submit) id t5T6wcfN001194; Mon, 29 Jun 2015 08:58:38 +0200 (MEST) Date: Mon, 29 Jun 2015 08:58:38 +0200 From: Daniel Hartmeier To: Milan Obuch Cc: Ian FREISLICH , freebsd-pf@freebsd.org Subject: Re: Large scale NAT with PF - some weird problem Message-ID: <20150629065838.GA13722@insomnia.benzedrine.ch> References: <20150620182432.62797ec5@zeta.dino.sk> <20150619091857.304b707b@zeta.dino.sk> <14e119e8fa8.2755.abfb21602af57f30a7457738c46ad3ae@capeaugusta.com> <20150621195753.7b162633@zeta.dino.sk> <20150623112331.668395d1@zeta.dino.sk> <20150628100609.635544e0@zeta.dino.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150628100609.635544e0@zeta.dino.sk> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 07:04:02 -0000 On Sun, Jun 28, 2015 at 10:06:09AM +0200, Milan Obuch wrote: > So, now I am at 10.2-PRERELEASE, r284884, and the issue is still here. > It is totally weird, just change of IP the device is being natted to > makes the issue disappear for this particular customer, but as soon as > this exact IP is used again, the issue is here again. I'd go over the entire network config (pf.conf, pfctl -sa, rc.conf, netstat -anr, ifconfig, arp -an) and look for any mistake, like a typo or a netmask which isn't what you thought it is (like on an alias), or for any weirdness related to that IP address. Daniel