From owner-freebsd-current@FreeBSD.ORG Fri Apr 2 04:35:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94BE16A4CE for ; Fri, 2 Apr 2004 04:35:47 -0800 (PST) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B1243D48 for ; Fri, 2 Apr 2004 04:35:47 -0800 (PST) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54])i32CZhUL019920 for ; Fri, 2 Apr 2004 04:35:45 -0800 (PST) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id BE228FD0D2 for ; Fri, 2 Apr 2004 04:35:42 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00714-01 for ; Fri, 2 Apr 2004 04:35:42 -0800 (PST) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 1DA32FD05A for ; Fri, 2 Apr 2004 04:35:42 -0800 (PST) From: Sean McNeil To: freebsd-current@freebsd.org In-Reply-To: <1080907942.1033.2.camel@server.mcneil.com> References: <1080907942.1033.2.camel@server.mcneil.com> Content-Type: text/plain Message-Id: <1080909341.1115.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 02 Apr 2004 04:35:41 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at mcneil.com Subject: Re: natd no longer working - libalias is at fault X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 12:35:47 -0000 On Fri, 2004-04-02 at 04:12, Sean McNeil wrote: > Greetings, > > System from March 30th worked fine. Today, just rebuilt everything and > tcp isn't working through nat anymore. udp still works. It isn't the > kernel as I tried my old one and got the same problem. I'm guessing the > recent changes to libalias did it. Confirmed. Rolling lib/libalias/alias.c back to version 1.40 fixed the problem. Cheers, Sean