From owner-freebsd-stable@FreeBSD.ORG Mon Oct 13 14:01:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B7C416A4B3 for ; Mon, 13 Oct 2003 14:01:58 -0700 (PDT) Received: from catseye.mine.nu (d154-5-164-0.bchsia.telus.net [154.5.164.0]) by mx1.FreeBSD.org (Postfix) with SMTP id 9605D43F85 for ; Mon, 13 Oct 2003 14:01:57 -0700 (PDT) (envelope-from catseye@catseye.mine.nu) Received: (qmail 3392 invoked by uid 1001); 13 Oct 2003 21:03:59 -0000 Date: Mon, 13 Oct 2003 14:03:59 -0700 From: Chris Pressey To: freebsd-stable@freebsd.org Message-Id: <20031013140359.5e3ba652.cpressey@catseye.mine.nu> In-Reply-To: <10390000.1066022394@lerlaptop.lerctr.org> References: <10390000.1066022394@lerlaptop.lerctr.org> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.6 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: IPNAT/Slow TCP/Pings fine/4.8-REL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 21:01:58 -0000 On Mon, 13 Oct 2003 00:19:54 -0500 Larry Rosenman wrote: > I was trying(!) to help a friend out, and built a 4.8-REL box > to play Router/NAT and it's ALMOST working. I can't seem to telnet/surf > from NAT'd addresses, but PING works fine. > [...] > What am I missing? What else do you/I need? > > THanks for any QUICK replies! "options IPDIVERT" in your kernel config...? -Chris